Html Css Color HEX #06E912 Free Speech Green

📋 copy color: '#06E912'

red 6 ◦ green 233 ◦ blue 18

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

Shades of Free Speech Green #06E912

Tints of Free Speech Green #06E912

RGB

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

 GREEN value IS 233 (91.41% from 255) = 90.66%

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

R = 2.33%
G = 90.66%
B = 7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#06E912 (or 0x06E912) is known color: Free Speech Green. HEX triplet: 06, E9 and 12. RGB value is (6,233,18). Sum of RGB (Red+Green+Blue) = 6+233+18=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 233 (91.41% from 255 or 90.66% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 233 - color contains mainly: green. Hex color #06E912 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06E912 is #F916ED. Grayscale: #8D8D8D. Windows color (decimal): -16324334 or 1239302. OLE color: 1239302.

HSL color Cylindrical-coordinate representation of color #06E912: hue angle of 123.17º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E912 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 233 18 -
CMYK 0.97 0 0.92 0.09
HSL 123.17º 0.95% 0.47% -
HSV(B) 123.17º 0.97% 0.91% -
XYZ 29.32 58.36 10.29 -
YUV 140.62 58.79 31.98 -
System Red Green Blue C M Y K H S L
Decimal 6 233 18 0.97 0 0.92 0.09 123.17 0.95 0.47
Hex 6 E9 12 61 0 5C 9 7B 5F 2F
Octal 6 351 22 141 0 134 11 173 137 57
Binary 110 11101001 10010 1100001 0 1011100 1001 1111011 1011111 101111

Color Harmonies of #06E912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E912

Black with #06E912

Text Example


Text Example

White with #06E912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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