Html Css Color HEX #4CA86D Ocean Green

📋 copy color: '#4CA86D'

red 76 ◦ green 168 ◦ blue 109

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

Shades of Ocean Green #4CA86D

Tints of Ocean Green #4CA86D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.59%

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 21.53%
G = 47.59%
B = 30.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#4CA86D (or 0x4CA86D) is known color: Ocean Green. HEX triplet: 4C, A8 and 6D. RGB value is (76,168,109). Sum of RGB (Red+Green+Blue) = 76+168+109=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #4CA86D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA86D is #B35792. Grayscale: #858585. Windows color (decimal): -11753363 or 7186508. OLE color: 7186508.

HSL color Cylindrical-coordinate representation of color #4CA86D: hue angle of 141.52º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA86D is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 76 168 109 -
CMYK 0.55 0 0.35 0.34
HSL 141.52º 0.38% 0.48% -
HSV(B) 141.52º 0.55% 0.66% -
XYZ 19.74 30.65 19.34 -
YUV 133.77 114.02 86.8 -
System Red Green Blue C M Y K H S L
Decimal 76 168 109 0.55 0 0.35 0.34 141.52 0.38 0.48
Hex 4C A8 6D 37 0 23 22 8E 26 30
Octal 114 250 155 67 0 43 42 216 46 60
Binary 1001100 10101000 1101101 110111 0 100011 100010 10001110 100110 110000

Color Harmonies of #4CA86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA86D

Black with #4CA86D

Text Example


Text Example

White with #4CA86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,168,109); }

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

background-color css

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

 a { background-color: rgb(76,168,109); }

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

border-color css

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

 span { border-color: rgb(76,168,109); }

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