Html Css Color HEX #0AE503 Free Speech Green

📋 copy color: '#0AE503'

red 10 ◦ green 229 ◦ blue 3

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

Shades of Free Speech Green #0AE503

Tints of Free Speech Green #0AE503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.24%

R = 4.13%
G = 94.63%
B = 1.24%

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

#0AE503 (or 0x0AE503) is known color: Free Speech Green. HEX triplet: 0A, E5 and 03. RGB value is (10,229,3). Sum of RGB (Red+Green+Blue) = 10+229+3=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 229 (89.84% from 255 or 94.63% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 229 - color contains mainly: green. Hex color #0AE503 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE503 is #F51AFC. Grayscale: #8A8A8A. Windows color (decimal): -16063229 or 255242. OLE color: 255242.

HSL color Cylindrical-coordinate representation of color #0AE503: hue angle of 118.14º degrees, saturation: 0.97, 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 #0AE503 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 229 3 -
CMYK 0.96 0 0.99 0.10
HSL 118.14º 0.97% 0.45% -
HSV(B) 118.14º 0.99% 0.9% -
XYZ 28.16 56.11 9.43 -
YUV 137.76 51.95 36.88 -
System Red Green Blue C M Y K H S L
Decimal 10 229 3 0.96 0 0.99 0.10 118.14 0.97 0.45
Hex A E5 3 60 0 63 A 76 61 2D
Octal 12 345 3 140 0 143 12 166 141 55
Binary 1010 11100101 11 1100000 0 1100011 1010 1110110 1100001 101101

Color Harmonies of #0AE503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE503

Black with #0AE503

Text Example


Text Example

White with #0AE503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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