Html Css Color HEX #0AE502 Free Speech Green

📋 copy color: '#0AE502'

red 10 ◦ green 229 ◦ blue 2

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

Shades of Free Speech Green #0AE502

Tints of Free Speech Green #0AE502

RGB

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

 GREEN value IS 229 (89.84% from 255) = 95.02%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 4.15%
G = 95.02%
B = 0.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#0AE502 (or 0x0AE502) is known color: Free Speech Green. HEX triplet: 0A, E5 and 02. RGB value is (10,229,2). Sum of RGB (Red+Green+Blue) = 10+229+2=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 229 (89.84% from 255 or 95.02% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 229 - color contains mainly: green. Hex color #0AE502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE502 is #F51AFD. Grayscale: #8A8A8A. Windows color (decimal): -16063230 or 189706. OLE color: 189706.

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

Color convert

RGB 10 229 2 -
CMYK 0.96 0 0.99 0.10
HSL 117.89º 0.98% 0.45% -
HSV(B) 117.89º 0.99% 0.9% -
XYZ 28.16 56.11 9.4 -
YUV 137.64 51.45 36.96 -
System Red Green Blue C M Y K H S L
Decimal 10 229 2 0.96 0 0.99 0.10 117.89 0.98 0.45
Hex A E5 2 60 0 63 A 76 62 2D
Octal 12 345 2 140 0 143 12 166 142 55
Binary 1010 11100101 10 1100000 0 1100011 1010 1110110 1100010 101101

Color Harmonies of #0AE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE502

Black with #0AE502

Text Example


Text Example

White with #0AE502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,229,2); }

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

background-color css

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

 a { background-color: rgb(10,229,2); }

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

border-color css

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

 span { border-color: rgb(10,229,2); }

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