Html Css Color HEX #0AE117 Free Speech Green

📋 copy color: '#0AE117'

red 10 ◦ green 225 ◦ blue 23

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

Shades of Free Speech Green #0AE117

Tints of Free Speech Green #0AE117

RGB

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

 GREEN value IS 225 (88.28% from 255) = 87.21%

 BLUE value IS 23 (9.38% from 255) = 8.91%

R = 3.88%
G = 87.21%
B = 8.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#0AE117 (or 0x0AE117) is known color: Free Speech Green. HEX triplet: 0A, E1 and 17. RGB value is (10,225,23). Sum of RGB (Red+Green+Blue) = 10+225+23=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 225 (88.28% from 255 or 87.21% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE117 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE117 is #F51EE8. Grayscale: #8A8A8A. Windows color (decimal): -16064233 or 1564938. OLE color: 1564938.

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

Color convert

RGB 10 225 23 -
CMYK 0.96 0 0.90 0.12
HSL 123.63º 0.91% 0.46% -
HSV(B) 123.63º 0.96% 0.88% -
XYZ 27.21 53.98 9.8 -
YUV 137.69 63.27 36.93 -
System Red Green Blue C M Y K H S L
Decimal 10 225 23 0.96 0 0.90 0.12 123.63 0.91 0.46
Hex A E1 17 60 0 5A C 7C 5B 2E
Octal 12 341 27 140 0 132 14 174 133 56
Binary 1010 11100001 10111 1100000 0 1011010 1100 1111100 1011011 101110

Color Harmonies of #0AE117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE117

Black with #0AE117

Text Example


Text Example

White with #0AE117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,225,23); }

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

background-color css

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

 a { background-color: rgb(10,225,23); }

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

border-color css

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

 span { border-color: rgb(10,225,23); }

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