Html Css Color HEX #06E312 Free Speech Green

📋 copy color: '#06E312'

red 6 ◦ green 227 ◦ blue 18

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

Shades of Free Speech Green #06E312

Tints of Free Speech Green #06E312

RGB

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

 GREEN value IS 227 (89.06% from 255) = 90.44%

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

R = 2.39%
G = 90.44%
B = 7.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#06E312 (or 0x06E312) is known color: Free Speech Green. HEX triplet: 06, E3 and 12. RGB value is (6,227,18). Sum of RGB (Red+Green+Blue) = 6+227+18=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 227 (89.06% from 255 or 90.44% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 227 - color contains mainly: green. Hex color #06E312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E312 is #F91CED. Grayscale: #898989. Windows color (decimal): -16325870 or 1237766. OLE color: 1237766.

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

Color convert

RGB 6 227 18 -
CMYK 0.97 0 0.92 0.11
HSL 123.26º 0.95% 0.46% -
HSV(B) 123.26º 0.97% 0.89% -
XYZ 27.65 55.02 9.73 -
YUV 137.1 60.78 34.49 -
System Red Green Blue C M Y K H S L
Decimal 6 227 18 0.97 0 0.92 0.11 123.26 0.95 0.46
Hex 6 E3 12 61 0 5C B 7B 5F 2E
Octal 6 343 22 141 0 134 13 173 137 56
Binary 110 11100011 10010 1100001 0 1011100 1011 1111011 1011111 101110

Color Harmonies of #06E312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E312

Black with #06E312

Text Example


Text Example

White with #06E312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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