Html Css Color HEX #5AC06B Fern

📋 copy color: '#5AC06B'

red 90 ◦ green 192 ◦ blue 107

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

Shades of Fern #5AC06B

Tints of Fern #5AC06B

RGB

 RED value IS 90 (35.55% from 255) = 23.14%

 GREEN value IS 192 (75.39% from 255) = 49.36%

 BLUE value IS 107 (42.19% from 255) = 27.51%

R = 23.14%
G = 49.36%
B = 27.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#5AC06B (or 0x5AC06B) is known color: Fern. HEX triplet: 5A, C0 and 6B. RGB value is (90,192,107). Sum of RGB (Red+Green+Blue) = 90+192+107=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC06B is #A53F94. Grayscale: #989898. Windows color (decimal): -10829717 or 7061594. OLE color: 7061594.

HSL color Cylindrical-coordinate representation of color #5AC06B: hue angle of 130º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC06B is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 192 107 -
CMYK 0.53 0 0.44 0.25
HSL 130º 0.45% 0.55% -
HSV(B) 130º 0.53% 0.75% -
XYZ 25.72 40.93 20.46 -
YUV 151.81 102.71 83.91 -
System Red Green Blue C M Y K H S L
Decimal 90 192 107 0.53 0 0.44 0.25 130 0.45 0.55
Hex 5A C0 6B 35 0 2C 19 82 2D 37
Octal 132 300 153 65 0 54 31 202 55 67
Binary 1011010 11000000 1101011 110101 0 101100 11001 10000010 101101 110111

Color Harmonies of #5AC06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC06B

Black with #5AC06B

Text Example


Text Example

White with #5AC06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AC06B; }

 p { color: rgb(90,192,107); }

 H1.HeaderClassName
 {
   color: #5AC06B;
 }
 .AnyTagClassName
 {
   color: #5AC06B;
 }
</style>

background-color css

<style>
 a { background-color: #5AC06B; }

 a { background-color: rgb(90,192,107); }

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

border-color css

<style>
 span { border-color: #5AC06B; }

 span { border-color: rgb(90,192,107); }

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