Html Css Color HEX #6ACC70 Fern

📋 copy color: '#6ACC70'

red 106 ◦ green 204 ◦ blue 112

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

Shades of Fern #6ACC70

Tints of Fern #6ACC70

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.34%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 25.12%
G = 48.34%
B = 26.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#6ACC70 (or 0x6ACC70) is known color: Fern. HEX triplet: 6A, CC and 70. RGB value is (106,204,112). Sum of RGB (Red+Green+Blue) = 106+204+112=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACC70 is #95338F. Grayscale: #A4A4A4. Windows color (decimal): -9778064 or 7392362. OLE color: 7392362.

HSL color Cylindrical-coordinate representation of color #6ACC70: hue angle of 123.67º degrees, saturation: 0.49, 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 #6ACC70 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 106 204 112 -
CMYK 0.48 0 0.45 0.2
HSL 123.67º 0.49% 0.61% -
HSV(B) 123.67º 0.48% 0.8% -
XYZ 30.46 47.42 22.88 -
YUV 164.21 98.53 86.48 -
System Red Green Blue C M Y K H S L
Decimal 106 204 112 0.48 0 0.45 0.2 123.67 0.49 0.61
Hex 6A CC 70 30 0 2D 14 7C 31 3D
Octal 152 314 160 60 0 55 24 174 61 75
Binary 1101010 11001100 1110000 110000 0 101101 10100 1111100 110001 111101

Color Harmonies of #6ACC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACC70

Black with #6ACC70

Text Example


Text Example

White with #6ACC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,204,112); }

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

background-color css

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

 a { background-color: rgb(106,204,112); }

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

border-color css

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

 span { border-color: rgb(106,204,112); }

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