#42A969

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

Shades of Ocean Green #42A969

Tints of Ocean Green #42A969

Color information

#42A969 (or 0x42A969) is unknown color: approx Ocean Green. HEX triplet: 42, A9 and 69. RGB value is (66,169,105). Sum of RGB (Red+Green+Blue) = 66+169+105=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #42A969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A969 is #BD5696. Grayscale: #838383. Windows color (decimal): -12408471 or 6924610. OLE color: 6924610.

HSL color Cylindrical-coordinate representation of color #42A969: hue angle of 142.72º 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 #42A969 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB66169105-
CMYK0.6100.380.34
HSL142.72º43.83%46.08%-
HSV(B)142.72º60.95%66.27%-
XYZ18.9830.5518.26-
YUV130.91113.3881.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 169 (66.41% from 255) = 49.71%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=19.41%
G=49.71%
B=30.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal661691050.6100.380.34142.7243.8346.08
Hex42A9693D026228f2c2e
Octal10225115175046422175456
Binary1000010101010011101001111101010011010001010001111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,169,105); }

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

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

 a { background-color: rgb(66,169,105); }

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

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

 span { border-color: rgb(66,169,105); }

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