Html Css Color HEX #6ACB5F Fern

📋 copy color: '#6ACB5F'

red 106 ◦ green 203 ◦ blue 95

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

Shades of Fern #6ACB5F

Tints of Fern #6ACB5F

RGB

 RED value IS 106 (41.8% from 255) = 26.24%

 GREEN value IS 203 (79.69% from 255) = 50.25%

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 26.24%
G = 50.25%
B = 23.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#6ACB5F (or 0x6ACB5F) is known color: Fern. HEX triplet: 6A, CB and 5F. RGB value is (106,203,95). Sum of RGB (Red+Green+Blue) = 106+203+95=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB5F is #9534A0. Grayscale: #A2A2A2. Windows color (decimal): -9778337 or 6277994. OLE color: 6277994.

HSL color Cylindrical-coordinate representation of color #6ACB5F: hue angle of 113.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ACB5F is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 203 95 -
CMYK 0.48 0 0.53 0.20
HSL 113.89º 0.51% 0.58% -
HSV(B) 113.89º 0.53% 0.8% -
XYZ 29.37 46.6 18.27 -
YUV 161.69 90.36 88.28 -
System Red Green Blue C M Y K H S L
Decimal 106 203 95 0.48 0 0.53 0.20 113.89 0.51 0.58
Hex 6A CB 5F 30 0 35 14 72 33 3A
Octal 152 313 137 60 0 65 24 162 63 72
Binary 1101010 11001011 1011111 110000 0 110101 10100 1110010 110011 111010

Color Harmonies of #6ACB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACB5F

Black with #6ACB5F

Text Example


Text Example

White with #6ACB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ACB5F; }

 p { color: rgb(106,203,95); }

 H1.HeaderClassName
 {
   color: #6ACB5F;
 }
 .AnyTagClassName
 {
   color: #6ACB5F;
 }
</style>

background-color css

<style>
 a { background-color: #6ACB5F; }

 a { background-color: rgb(106,203,95); }

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

border-color css

<style>
 span { border-color: #6ACB5F; }

 span { border-color: rgb(106,203,95); }

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