Html Css Color HEX #4CA16C Ocean Green

📋 copy color: '#4CA16C'

red 76 ◦ green 161 ◦ blue 108

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

Shades of Ocean Green #4CA16C

Tints of Ocean Green #4CA16C

RGB

 RED value IS 76 (30.08% from 255) = 22.03%

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 22.03%
G = 46.67%
B = 31.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#4CA16C (or 0x4CA16C) is known color: Ocean Green. HEX triplet: 4C, A1 and 6C. RGB value is (76,161,108). Sum of RGB (Red+Green+Blue) = 76+161+108=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA16C is #B35E93. Grayscale: #818181. Windows color (decimal): -11755156 or 7119180. OLE color: 7119180.

HSL color Cylindrical-coordinate representation of color #4CA16C: hue angle of 142.59º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA16C is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 76 161 108 -
CMYK 0.53 0 0.33 0.37
HSL 142.59º 0.36% 0.46% -
HSV(B) 142.59º 0.53% 0.63% -
XYZ 18.43 28.11 18.64 -
YUV 129.54 115.84 89.81 -
System Red Green Blue C M Y K H S L
Decimal 76 161 108 0.53 0 0.33 0.37 142.59 0.36 0.46
Hex 4C A1 6C 35 0 21 25 8F 24 2E
Octal 114 241 154 65 0 41 45 217 44 56
Binary 1001100 10100001 1101100 110101 0 100001 100101 10001111 100100 101110

Color Harmonies of #4CA16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA16C

Black with #4CA16C

Text Example


Text Example

White with #4CA16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CA16C; }

 p { color: rgb(76,161,108); }

 H1.HeaderClassName
 {
   color: #4CA16C;
 }
 .AnyTagClassName
 {
   color: #4CA16C;
 }
</style>

background-color css

<style>
 a { background-color: #4CA16C; }

 a { background-color: rgb(76,161,108); }

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

border-color css

<style>
 span { border-color: #4CA16C; }

 span { border-color: rgb(76,161,108); }

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