Html Css Color HEX #06E30A Free Speech Green

📋 copy color: '#06E30A'

red 6 ◦ green 227 ◦ blue 10

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

Shades of Free Speech Green #06E30A

Tints of Free Speech Green #06E30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 2.47%
G = 93.42%
B = 4.12%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#06E30A (or 0x06E30A) is known color: Free Speech Green. HEX triplet: 06, E3 and 0A. RGB value is (6,227,10). Sum of RGB (Red+Green+Blue) = 6+227+10=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 227 (89.06% from 255 or 93.42% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 227 - color contains mainly: green. Hex color #06E30A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E30A is #F91CF5. Grayscale: #888888. Windows color (decimal): -16325878 or 713478. OLE color: 713478.

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

Color convert

RGB 6 227 10 -
CMYK 0.97 0 0.96 0.11
HSL 121.09º 0.95% 0.46% -
HSV(B) 121.09º 0.97% 0.89% -
XYZ 27.6 55 9.45 -
YUV 136.18 56.78 35.14 -
System Red Green Blue C M Y K H S L
Decimal 6 227 10 0.97 0 0.96 0.11 121.09 0.95 0.46
Hex 6 E3 A 61 0 60 B 79 5F 2E
Octal 6 343 12 141 0 140 13 171 137 56
Binary 110 11100011 1010 1100001 0 1100000 1011 1111001 1011111 101110

Color Harmonies of #06E30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E30A

Black with #06E30A

Text Example


Text Example

White with #06E30A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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