Html Css Color HEX #6ACB6B Fern

📋 copy color: '#6ACB6B'

red 106 ◦ green 203 ◦ blue 107

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

Shades of Fern #6ACB6B

Tints of Fern #6ACB6B

RGB

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

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

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

R = 25.48%
G = 48.8%
B = 25.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#6ACB6B (or 0x6ACB6B) is known color: Fern. HEX triplet: 6A, CB and 6B. RGB value is (106,203,107). Sum of RGB (Red+Green+Blue) = 106+203+107=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB6B is #953494. Grayscale: #A3A3A3. Windows color (decimal): -9778325 or 7064426. OLE color: 7064426.

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

Color convert

RGB 106 203 107 -
CMYK 0.48 0 0.47 0.20
HSL 120.62º 0.48% 0.61% -
HSV(B) 120.62º 0.48% 0.8% -
XYZ 29.95 46.84 21.37 -
YUV 163.05 96.36 87.31 -
System Red Green Blue C M Y K H S L
Decimal 106 203 107 0.48 0 0.47 0.20 120.62 0.48 0.61
Hex 6A CB 6B 30 0 2F 14 79 30 3D
Octal 152 313 153 60 0 57 24 171 60 75
Binary 1101010 11001011 1101011 110000 0 101111 10100 1111001 110000 111101

Color Harmonies of #6ACB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACB6B

Black with #6ACB6B

Text Example


Text Example

White with #6ACB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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