Html Css Color HEX #06E01C Free Speech Green

📋 copy color: '#06E01C'

red 6 ◦ green 224 ◦ blue 28

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

Shades of Free Speech Green #06E01C

Tints of Free Speech Green #06E01C

RGB

 RED value IS 6 (2.73% from 255) = 2.33%

 GREEN value IS 224 (87.89% from 255) = 86.82%

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 2.33%
G = 86.82%
B = 10.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#06E01C (or 0x06E01C) is known color: Free Speech Green. HEX triplet: 06, E0 and 1C. RGB value is (6,224,28). Sum of RGB (Red+Green+Blue) = 6+224+28=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 224 (87.89% from 255 or 86.82% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 224 - color contains mainly: green. Hex color #06E01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E01C is #F91FE3. Grayscale: #898989. Windows color (decimal): -16326628 or 1892358. OLE color: 1892358.

HSL color Cylindrical-coordinate representation of color #06E01C: hue angle of 126.06º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E01C is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 224 28 -
CMYK 0.97 0 0.88 0.12
HSL 126.06º 0.95% 0.45% -
HSV(B) 126.06º 0.97% 0.88% -
XYZ 26.94 53.43 9.99 -
YUV 136.47 66.78 34.94 -
System Red Green Blue C M Y K H S L
Decimal 6 224 28 0.97 0 0.88 0.12 126.06 0.95 0.45
Hex 6 E0 1C 61 0 58 C 7E 5F 2D
Octal 6 340 34 141 0 130 14 176 137 55
Binary 110 11100000 11100 1100001 0 1011000 1100 1111110 1011111 101101

Color Harmonies of #06E01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E01C

Black with #06E01C

Text Example


Text Example

White with #06E01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06E01C; }

 p { color: rgb(6,224,28); }

 H1.HeaderClassName
 {
   color: #06E01C;
 }
 .AnyTagClassName
 {
   color: #06E01C;
 }
</style>

background-color css

<style>
 a { background-color: #06E01C; }

 a { background-color: rgb(6,224,28); }

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

border-color css

<style>
 span { border-color: #06E01C; }

 span { border-color: rgb(6,224,28); }

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