Html Css Color HEX #06E314 Free Speech Green

📋 copy color: '#06E314'

red 6 ◦ green 227 ◦ blue 20

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

Shades of Free Speech Green #06E314

Tints of Free Speech Green #06E314

RGB

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

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

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

R = 2.37%
G = 89.72%
B = 7.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#06E314 (or 0x06E314) is known color: Free Speech Green. HEX triplet: 06, E3 and 14. RGB value is (6,227,20). Sum of RGB (Red+Green+Blue) = 6+227+20=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 227 (89.06% from 255 or 89.72% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 227 - color contains mainly: green. Hex color #06E314 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E314 is #F91CEB. Grayscale: #898989. Windows color (decimal): -16325868 or 1368838. OLE color: 1368838.

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

Color convert

RGB 6 227 20 -
CMYK 0.97 0 0.91 0.11
HSL 123.8º 0.95% 0.46% -
HSV(B) 123.8º 0.97% 0.89% -
XYZ 27.67 55.03 9.82 -
YUV 137.32 61.78 34.33 -
System Red Green Blue C M Y K H S L
Decimal 6 227 20 0.97 0 0.91 0.11 123.8 0.95 0.46
Hex 6 E3 14 61 0 5B B 7C 5F 2E
Octal 6 343 24 141 0 133 13 174 137 56
Binary 110 11100011 10100 1100001 0 1011011 1011 1111100 1011111 101110

Color Harmonies of #06E314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E314

Black with #06E314

Text Example


Text Example

White with #06E314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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