Html Css Color HEX #06E112 Free Speech Green

📋 copy color: '#06E112'

red 6 ◦ green 225 ◦ blue 18

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

Shades of Free Speech Green #06E112

Tints of Free Speech Green #06E112

RGB

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

 GREEN value IS 225 (88.28% from 255) = 90.36%

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 2.41%
G = 90.36%
B = 7.23%

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

#06E112 (or 0x06E112) is known color: Free Speech Green. HEX triplet: 06, E1 and 12. RGB value is (6,225,18). Sum of RGB (Red+Green+Blue) = 6+225+18=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 225 (88.28% from 255 or 90.36% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 225 - color contains mainly: green. Hex color #06E112 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E112 is #F91EED. Grayscale: #888888. Windows color (decimal): -16326382 or 1237254. OLE color: 1237254.

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

Color convert

RGB 6 225 18 -
CMYK 0.97 0 0.92 0.12
HSL 123.29º 0.95% 0.45% -
HSV(B) 123.29º 0.97% 0.88% -
XYZ 27.11 53.93 9.55 -
YUV 135.92 61.45 35.33 -
System Red Green Blue C M Y K H S L
Decimal 6 225 18 0.97 0 0.92 0.12 123.29 0.95 0.45
Hex 6 E1 12 61 0 5C C 7B 5F 2D
Octal 6 341 22 141 0 134 14 173 137 55
Binary 110 11100001 10010 1100001 0 1011100 1100 1111011 1011111 101101

Color Harmonies of #06E112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E112

Black with #06E112

Text Example


Text Example

White with #06E112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,225,18); }

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

background-color css

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

 a { background-color: rgb(6,225,18); }

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

border-color css

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

 span { border-color: rgb(6,225,18); }

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