Html Css Color HEX #40A16E Ocean Green

📋 copy color: '#40A16E'

red 64 ◦ green 161 ◦ blue 110

#40A16E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #40A16E

Tints of Ocean Green #40A16E

RGB

 RED value IS 64 (25.39% from 255) = 19.1%

 GREEN value IS 161 (63.28% from 255) = 48.06%

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 19.1%
G = 48.06%
B = 32.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#40A16E (or 0x40A16E) is known color: Ocean Green. HEX triplet: 40, A1 and 6E. RGB value is (64,161,110). Sum of RGB (Red+Green+Blue) = 64+161+110=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #40A16E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A16E is #BF5E91. Grayscale: #7E7E7E. Windows color (decimal): -12541586 or 7250240. OLE color: 7250240.

HSL color Cylindrical-coordinate representation of color #40A16E: hue angle of 148.45º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A16E is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 161 110 -
CMYK 0.60 0 0.32 0.37
HSL 148.45º 0.43% 0.44% -
HSV(B) 148.45º 0.6% 0.63% -
XYZ 17.67 27.71 19.17 -
YUV 126.18 118.86 83.65 -
System Red Green Blue C M Y K H S L
Decimal 64 161 110 0.60 0 0.32 0.37 148.45 0.43 0.44
Hex 40 A1 6E 3C 0 20 25 94 2B 2C
Octal 100 241 156 74 0 40 45 224 53 54
Binary 1000000 10100001 1101110 111100 0 100000 100101 10010100 101011 101100

Color Harmonies of #40A16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A16E

Black with #40A16E

Text Example


Text Example

White with #40A16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A16E; }

 p { color: rgb(64,161,110); }

 H1.HeaderClassName
 {
   color: #40A16E;
 }
 .AnyTagClassName
 {
   color: #40A16E;
 }
</style>

background-color css

<style>
 a { background-color: #40A16E; }

 a { background-color: rgb(64,161,110); }

 div.DivClassName
 {
   background-color: #40A16E;
 }
 .BgClassName
 {
   background-color: #40A16E;
 }
</style>

border-color css

<style>
 span { border-color: #40A16E; }

 span { border-color: rgb(64,161,110); }

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