Html Css Color HEX #0AE505 Free Speech Green

📋 copy color: '#0AE505'

red 10 ◦ green 229 ◦ blue 5

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

Shades of Free Speech Green #0AE505

Tints of Free Speech Green #0AE505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 4.1%
G = 93.85%
B = 2.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#0AE505 (or 0x0AE505) is known color: Free Speech Green. HEX triplet: 0A, E5 and 05. RGB value is (10,229,5). Sum of RGB (Red+Green+Blue) = 10+229+5=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 229 (89.84% from 255 or 93.85% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 229 - color contains mainly: green. Hex color #0AE505 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE505 is #F51AFA. Grayscale: #8A8A8A. Windows color (decimal): -16063227 or 386314. OLE color: 386314.

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

Color convert

RGB 10 229 5 -
CMYK 0.96 0 0.98 0.10
HSL 118.66º 0.96% 0.46% -
HSV(B) 118.66º 0.98% 0.9% -
XYZ 28.17 56.11 9.49 -
YUV 137.98 52.95 36.71 -
System Red Green Blue C M Y K H S L
Decimal 10 229 5 0.96 0 0.98 0.10 118.66 0.96 0.46
Hex A E5 5 60 0 62 A 77 60 2E
Octal 12 345 5 140 0 142 12 167 140 56
Binary 1010 11100101 101 1100000 0 1100010 1010 1110111 1100000 101110

Color Harmonies of #0AE505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE505

Black with #0AE505

Text Example


Text Example

White with #0AE505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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