Html Css Color HEX #55AF6A Fern

📋 copy color: '#55AF6A'

red 85 ◦ green 175 ◦ blue 106

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

Shades of Fern #55AF6A

Tints of Fern #55AF6A

RGB

 RED value IS 85 (33.59% from 255) = 23.22%

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

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 23.22%
G = 47.81%
B = 28.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#55AF6A (or 0x55AF6A) is known color: Fern. HEX triplet: 55, AF and 6A. RGB value is (85,175,106). Sum of RGB (Red+Green+Blue) = 85+175+106=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF6A is #AA5095. Grayscale: #8C8C8C. Windows color (decimal): -11161750 or 6991701. OLE color: 6991701.

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

Color convert

RGB 85 175 106 -
CMYK 0.51 0 0.39 0.31
HSL 134º 0.36% 0.51% -
HSV(B) 134º 0.51% 0.69% -
XYZ 21.68 33.63 18.98 -
YUV 140.22 108.68 88.61 -
System Red Green Blue C M Y K H S L
Decimal 85 175 106 0.51 0 0.39 0.31 134 0.36 0.51
Hex 55 AF 6A 33 0 27 1F 86 24 33
Octal 125 257 152 63 0 47 37 206 44 63
Binary 1010101 10101111 1101010 110011 0 100111 11111 10000110 100100 110011

Color Harmonies of #55AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF6A

Black with #55AF6A

Text Example


Text Example

White with #55AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55AF6A; }

 p { color: rgb(85,175,106); }

 H1.HeaderClassName
 {
   color: #55AF6A;
 }
 .AnyTagClassName
 {
   color: #55AF6A;
 }
</style>

background-color css

<style>
 a { background-color: #55AF6A; }

 a { background-color: rgb(85,175,106); }

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

border-color css

<style>
 span { border-color: #55AF6A; }

 span { border-color: rgb(85,175,106); }

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