Html Css Color HEX #06E32A Free Speech Green

📋 copy color: '#06E32A'

red 6 ◦ green 227 ◦ blue 42

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

Shades of Free Speech Green #06E32A

Tints of Free Speech Green #06E32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.27%

R = 2.18%
G = 82.55%
B = 15.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#06E32A (or 0x06E32A) is known color: Free Speech Green. HEX triplet: 06, E3 and 2A. RGB value is (6,227,42). Sum of RGB (Red+Green+Blue) = 6+227+42=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 227 (89.06% from 255 or 82.55% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 227 - color contains mainly: green. Hex color #06E32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E32A is #F91CD5. Grayscale: #8C8C8C. Windows color (decimal): -16325846 or 2810630. OLE color: 2810630.

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

Color convert

RGB 6 227 42 -
CMYK 0.97 0 0.81 0.11
HSL 129.77º 0.95% 0.46% -
HSV(B) 129.77º 0.97% 0.89% -
XYZ 27.96 55.14 11.36 -
YUV 139.83 72.78 32.54 -
System Red Green Blue C M Y K H S L
Decimal 6 227 42 0.97 0 0.81 0.11 129.77 0.95 0.46
Hex 6 E3 2A 61 0 51 B 82 5F 2E
Octal 6 343 52 141 0 121 13 202 137 56
Binary 110 11100011 101010 1100001 0 1010001 1011 10000010 1011111 101110

Color Harmonies of #06E32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E32A

Black with #06E32A

Text Example


Text Example

White with #06E32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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