#94CB4C

Color #94CB4C Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #94CB4C

Tints of Atlantis #94CB4C

Color information

#94CB4C (or 0x94CB4C) is unknown color: approx Atlantis. HEX triplet: 94, CB and 4C. RGB value is (148,203,76). Sum of RGB (Red+Green+Blue) = 148+203+76=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CB4C is #6B34B3. Grayscale: #ACACAC. Windows color (decimal): -7025844 or 5032852. OLE color: 5032852.

HSL color Cylindrical-coordinate representation of color #94CB4C: hue angle of 85.98º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94CB4C is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB14820376-
CMYK0.2700.630.20
HSL85.98º54.98%54.71%-
HSV(B)85.98º62.56%79.61%-
XYZ34.8749.5314.56-
YUV172.0873.78110.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 203 (79.69% from 255) = 47.54%
BLUE value IS 76 (30.08% from 255) = 17.80%
R=34.66%
G=47.54%
B=17.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148203760.2700.630.2085.9854.9854.71
Hex94CB4C1B03F14563737
Octal22431311433077241266767
Binary10010100110010111001100110110111111101001010110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CB4C; }

 p { color: rgb(148,203,76); }

 H1.HeaderClassName
 {
   color: #94CB4C;
 }
 .AnyTagClassName
 {
   color: #94CB4C;
 }
</style>
background-color css

<style>
 a { background-color: #94CB4C; }

 a { background-color: rgb(148,203,76); }

 div.DivClassName
 {
   background-color: #94CB4C;
 }
 .BgClassName
 {
   background-color: #94CB4C;
 }
</style>
border-color css

<style>
 span { border-color: #94CB4C; }

 span { border-color: rgb(148,203,76); }

 td.TdClassName
 {
   border-color: #94CB4C;
 }
 .TagClassName
 {
   border-color: #94CB4C;
 }
</style>