Html Css Color HEX #0AE315 Free Speech Green

📋 copy color: '#0AE315'

red 10 ◦ green 227 ◦ blue 21

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

Shades of Free Speech Green #0AE315

Tints of Free Speech Green #0AE315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.14%

R = 3.88%
G = 87.98%
B = 8.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#0AE315 (or 0x0AE315) is known color: Free Speech Green. HEX triplet: 0A, E3 and 15. RGB value is (10,227,21). Sum of RGB (Red+Green+Blue) = 10+227+21=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 227 (89.06% from 255 or 87.98% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE315 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE315 is #F51CEA. Grayscale: #8B8B8B. Windows color (decimal): -16063723 or 1434378. OLE color: 1434378.

HSL color Cylindrical-coordinate representation of color #0AE315: hue angle of 123.04º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE315 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 227 21 -
CMYK 0.96 0 0.91 0.11
HSL 123.04º 0.92% 0.46% -
HSV(B) 123.04º 0.96% 0.89% -
XYZ 27.73 55.06 9.88 -
YUV 138.63 61.61 36.25 -
System Red Green Blue C M Y K H S L
Decimal 10 227 21 0.96 0 0.91 0.11 123.04 0.92 0.46
Hex A E3 15 60 0 5B B 7B 5C 2E
Octal 12 343 25 140 0 133 13 173 134 56
Binary 1010 11100011 10101 1100000 0 1011011 1011 1111011 1011100 101110

Color Harmonies of #0AE315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE315

Black with #0AE315

Text Example


Text Example

White with #0AE315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,227,21); }

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

background-color css

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

 a { background-color: rgb(10,227,21); }

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

border-color css

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

 span { border-color: rgb(10,227,21); }

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