Html Css Color HEX #47A66E Ocean Green

📋 copy color: '#47A66E'

red 71 ◦ green 166 ◦ blue 110

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

Shades of Ocean Green #47A66E

Tints of Ocean Green #47A66E

RGB

 RED value IS 71 (28.13% from 255) = 20.46%

 GREEN value IS 166 (65.23% from 255) = 47.84%

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

R = 20.46%
G = 47.84%
B = 31.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#47A66E (or 0x47A66E) is known color: Ocean Green. HEX triplet: 47, A6 and 6E. RGB value is (71,166,110). Sum of RGB (Red+Green+Blue) = 71+166+110=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #47A66E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A66E is #B85991. Grayscale: #838383. Windows color (decimal): -12081554 or 7251527. OLE color: 7251527.

HSL color Cylindrical-coordinate representation of color #47A66E: hue angle of 144.63º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A66E is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 166 110 -
CMYK 0.57 0 0.34 0.35
HSL 144.63º 0.4% 0.46% -
HSV(B) 144.63º 0.57% 0.65% -
XYZ 19.05 29.74 19.49 -
YUV 131.21 116.03 85.05 -
System Red Green Blue C M Y K H S L
Decimal 71 166 110 0.57 0 0.34 0.35 144.63 0.4 0.46
Hex 47 A6 6E 39 0 22 23 91 28 2E
Octal 107 246 156 71 0 42 43 221 50 56
Binary 1000111 10100110 1101110 111001 0 100010 100011 10010001 101000 101110

Color Harmonies of #47A66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A66E

Black with #47A66E

Text Example


Text Example

White with #47A66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A66E; }

 p { color: rgb(71,166,110); }

 H1.HeaderClassName
 {
   color: #47A66E;
 }
 .AnyTagClassName
 {
   color: #47A66E;
 }
</style>

background-color css

<style>
 a { background-color: #47A66E; }

 a { background-color: rgb(71,166,110); }

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

border-color css

<style>
 span { border-color: #47A66E; }

 span { border-color: rgb(71,166,110); }

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