Html Css Color HEX #06E914 Free Speech Green

📋 copy color: '#06E914'

red 6 ◦ green 233 ◦ blue 20

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

Shades of Free Speech Green #06E914

Tints of Free Speech Green #06E914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.72%

R = 2.32%
G = 89.96%
B = 7.72%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#06E914 (or 0x06E914) is known color: Free Speech Green. HEX triplet: 06, E9 and 14. RGB value is (6,233,20). Sum of RGB (Red+Green+Blue) = 6+233+20=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 233 (91.41% from 255 or 89.96% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 233 - color contains mainly: green. Hex color #06E914 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06E914 is #F916EB. Grayscale: #8D8D8D. Windows color (decimal): -16324332 or 1370374. OLE color: 1370374.

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

Color convert

RGB 6 233 20 -
CMYK 0.97 0 0.91 0.09
HSL 123.7º 0.95% 0.47% -
HSV(B) 123.7º 0.97% 0.91% -
XYZ 29.34 58.37 10.38 -
YUV 140.85 59.79 31.82 -
System Red Green Blue C M Y K H S L
Decimal 6 233 20 0.97 0 0.91 0.09 123.7 0.95 0.47
Hex 6 E9 14 61 0 5B 9 7C 5F 2F
Octal 6 351 24 141 0 133 11 174 137 57
Binary 110 11101001 10100 1100001 0 1011011 1001 1111100 1011111 101111

Color Harmonies of #06E914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E914

Black with #06E914

Text Example


Text Example

White with #06E914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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