Html Css Color HEX #06E013 Free Speech Green

📋 copy color: '#06E013'

red 6 ◦ green 224 ◦ blue 19

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

Shades of Free Speech Green #06E013

Tints of Free Speech Green #06E013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 2.41%
G = 89.96%
B = 7.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#06E013 (or 0x06E013) is known color: Free Speech Green. HEX triplet: 06, E0 and 13. RGB value is (6,224,19). Sum of RGB (Red+Green+Blue) = 6+224+19=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 224 (87.89% from 255 or 89.96% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 224 - color contains mainly: green. Hex color #06E013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E013 is #F91FEC. Grayscale: #888888. Windows color (decimal): -16326637 or 1302534. OLE color: 1302534.

HSL color Cylindrical-coordinate representation of color #06E013: hue angle of 123.58º 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 #06E013 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 224 19 -
CMYK 0.97 0 0.92 0.12
HSL 123.58º 0.95% 0.45% -
HSV(B) 123.58º 0.97% 0.88% -
XYZ 26.85 53.4 9.51 -
YUV 135.45 62.28 35.67 -
System Red Green Blue C M Y K H S L
Decimal 6 224 19 0.97 0 0.92 0.12 123.58 0.95 0.45
Hex 6 E0 13 61 0 5C C 7C 5F 2D
Octal 6 340 23 141 0 134 14 174 137 55
Binary 110 11100000 10011 1100001 0 1011100 1100 1111100 1011111 101101

Color Harmonies of #06E013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E013

Black with #06E013

Text Example


Text Example

White with #06E013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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