Html Css Color HEX #54AF70 Ocean Green

📋 copy color: '#54AF70'

red 84 ◦ green 175 ◦ blue 112

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

Shades of Ocean Green #54AF70

Tints of Ocean Green #54AF70

RGB

 RED value IS 84 (33.2% from 255) = 22.64%

 GREEN value IS 175 (68.75% from 255) = 47.17%

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

R = 22.64%
G = 47.17%
B = 30.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#54AF70 (or 0x54AF70) is known color: Ocean Green. HEX triplet: 54, AF and 70. RGB value is (84,175,112). Sum of RGB (Red+Green+Blue) = 84+175+112=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF70 is #AB508F. Grayscale: #8C8C8C. Windows color (decimal): -11227280 or 7384916. OLE color: 7384916.

HSL color Cylindrical-coordinate representation of color #54AF70: hue angle of 138.46º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AF70 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 175 112 -
CMYK 0.52 0 0.36 0.31
HSL 138.46º 0.36% 0.51% -
HSV(B) 138.46º 0.52% 0.69% -
XYZ 21.91 33.71 20.68 -
YUV 140.61 111.85 87.62 -
System Red Green Blue C M Y K H S L
Decimal 84 175 112 0.52 0 0.36 0.31 138.46 0.36 0.51
Hex 54 AF 70 34 0 24 1F 8A 24 33
Octal 124 257 160 64 0 44 37 212 44 63
Binary 1010100 10101111 1110000 110100 0 100100 11111 10001010 100100 110011

Color Harmonies of #54AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF70

Black with #54AF70

Text Example


Text Example

White with #54AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54AF70; }

 p { color: rgb(84,175,112); }

 H1.HeaderClassName
 {
   color: #54AF70;
 }
 .AnyTagClassName
 {
   color: #54AF70;
 }
</style>

background-color css

<style>
 a { background-color: #54AF70; }

 a { background-color: rgb(84,175,112); }

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

border-color css

<style>
 span { border-color: #54AF70; }

 span { border-color: rgb(84,175,112); }

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