Html Css Color HEX #5ABC6B Fern

📋 copy color: '#5ABC6B'

red 90 ◦ green 188 ◦ blue 107

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

Shades of Fern #5ABC6B

Tints of Fern #5ABC6B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.83%

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

R = 23.38%
G = 48.83%
B = 27.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#5ABC6B (or 0x5ABC6B) is known color: Fern. HEX triplet: 5A, BC and 6B. RGB value is (90,188,107). Sum of RGB (Red+Green+Blue) = 90+188+107=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABC6B is #A54394. Grayscale: #959595. Windows color (decimal): -10830741 or 7060570. OLE color: 7060570.

HSL color Cylindrical-coordinate representation of color #5ABC6B: hue angle of 130.41º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC6B is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 107 -
CMYK 0.52 0 0.43 0.26
HSL 130.41º 0.42% 0.55% -
HSV(B) 130.41º 0.52% 0.74% -
XYZ 24.85 39.2 20.17 -
YUV 149.46 104.03 85.59 -
System Red Green Blue C M Y K H S L
Decimal 90 188 107 0.52 0 0.43 0.26 130.41 0.42 0.55
Hex 5A BC 6B 34 0 2B 1A 82 2A 37
Octal 132 274 153 64 0 53 32 202 52 67
Binary 1011010 10111100 1101011 110100 0 101011 11010 10000010 101010 110111

Color Harmonies of #5ABC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABC6B

Black with #5ABC6B

Text Example


Text Example

White with #5ABC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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