Html Css Color HEX #0AE620 Free Speech Green

📋 copy color: '#0AE620'

red 10 ◦ green 230 ◦ blue 32

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

Shades of Free Speech Green #0AE620

Tints of Free Speech Green #0AE620

RGB

 RED value IS 10 (4.3% from 255) = 3.68%

 GREEN value IS 230 (90.23% from 255) = 84.56%

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 3.68%
G = 84.56%
B = 11.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#0AE620 (or 0x0AE620) is known color: Free Speech Green. HEX triplet: 0A, E6 and 20. RGB value is (10,230,32). Sum of RGB (Red+Green+Blue) = 10+230+32=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 230 (90.23% from 255 or 84.56% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 230 - color contains mainly: green. Hex color #0AE620 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AE620 is #F519DF. Grayscale: #8E8E8E. Windows color (decimal): -16062944 or 2156042. OLE color: 2156042.

HSL color Cylindrical-coordinate representation of color #0AE620: hue angle of 126º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE620 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 230 32 -
CMYK 0.96 0 0.86 0.10
HSL 126º 0.92% 0.47% -
HSV(B) 126º 0.96% 0.9% -
XYZ 28.68 56.76 10.81 -
YUV 141.65 66.11 34.1 -
System Red Green Blue C M Y K H S L
Decimal 10 230 32 0.96 0 0.86 0.10 126 0.92 0.47
Hex A E6 20 60 0 56 A 7E 5C 2F
Octal 12 346 40 140 0 126 12 176 134 57
Binary 1010 11100110 100000 1100000 0 1010110 1010 1111110 1011100 101111

Color Harmonies of #0AE620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE620

Black with #0AE620

Text Example


Text Example

White with #0AE620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AE620; }

 p { color: rgb(10,230,32); }

 H1.HeaderClassName
 {
   color: #0AE620;
 }
 .AnyTagClassName
 {
   color: #0AE620;
 }
</style>

background-color css

<style>
 a { background-color: #0AE620; }

 a { background-color: rgb(10,230,32); }

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

border-color css

<style>
 span { border-color: #0AE620; }

 span { border-color: rgb(10,230,32); }

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