Html Css Color HEX #47AC70 Ocean Green

📋 copy color: '#47AC70'

red 71 ◦ green 172 ◦ blue 112

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

Shades of Ocean Green #47AC70

Tints of Ocean Green #47AC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.45%

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 20%
G = 48.45%
B = 31.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#47AC70 (or 0x47AC70) is known color: Ocean Green. HEX triplet: 47, AC and 70. RGB value is (71,172,112). Sum of RGB (Red+Green+Blue) = 71+172+112=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AC70 is #B8538F. Grayscale: #878787. Windows color (decimal): -12080016 or 7384135. OLE color: 7384135.

HSL color Cylindrical-coordinate representation of color #47AC70: hue angle of 144.36º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AC70 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 172 112 -
CMYK 0.59 0 0.35 0.33
HSL 144.36º 0.42% 0.48% -
HSV(B) 144.36º 0.59% 0.67% -
XYZ 20.28 32.01 20.44 -
YUV 134.96 115.04 82.38 -
System Red Green Blue C M Y K H S L
Decimal 71 172 112 0.59 0 0.35 0.33 144.36 0.42 0.48
Hex 47 AC 70 3B 0 23 21 90 2A 30
Octal 107 254 160 73 0 43 41 220 52 60
Binary 1000111 10101100 1110000 111011 0 100011 100001 10010000 101010 110000

Color Harmonies of #47AC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AC70

Black with #47AC70

Text Example


Text Example

White with #47AC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,172,112); }

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

background-color css

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

 a { background-color: rgb(71,172,112); }

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

border-color css

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

 span { border-color: rgb(71,172,112); }

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