#42A866

Color #42A866 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #42A866

Tints of Ocean Green #42A866

Color information

#42A866 (or 0x42A866) is unknown color: approx Ocean Green. HEX triplet: 42, A8 and 66. RGB value is (66,168,102). Sum of RGB (Red+Green+Blue) = 66+168+102=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #42A866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A866 is #BD5799. Grayscale: #828282. Windows color (decimal): -12408730 or 6727746. OLE color: 6727746.

HSL color Cylindrical-coordinate representation of color #42A866: hue angle of 141.18º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A866 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB66168102-
CMYK0.6100.390.34
HSL141.18º43.59%45.88%-
HSV(B)141.18º60.71%65.88%-
XYZ18.6530.1217.4-
YUV129.98112.2182.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 168 (66.02% from 255) = 50%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=19.64%
G=50%
B=30.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal661681020.6100.390.34141.1843.5945.88
Hex42A8663D027228d2c2e
Octal10225014675047422155456
Binary1000010101010001100110111101010011110001010001101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A866; }

 p { color: rgb(66,168,102); }

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

<style>
 a { background-color: #42A866; }

 a { background-color: rgb(66,168,102); }

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

<style>
 span { border-color: #42A866; }

 span { border-color: rgb(66,168,102); }

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