Html Css Color HEX #0AE718 Free Speech Green

📋 copy color: '#0AE718'

red 10 ◦ green 231 ◦ blue 24

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

Shades of Free Speech Green #0AE718

Tints of Free Speech Green #0AE718

RGB

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

 GREEN value IS 231 (90.63% from 255) = 87.17%

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 3.77%
G = 87.17%
B = 9.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#0AE718 (or 0x0AE718) is known color: Free Speech Green. HEX triplet: 0A, E7 and 18. RGB value is (10,231,24). Sum of RGB (Red+Green+Blue) = 10+231+24=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 231 (90.62% from 255 or 87.17% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE718 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AE718 is #F518E7. Grayscale: #8D8D8D. Windows color (decimal): -16062696 or 1632010. OLE color: 1632010.

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

Color convert

RGB 10 231 24 -
CMYK 0.96 0 0.90 0.09
HSL 123.8º 0.92% 0.47% -
HSV(B) 123.8º 0.96% 0.91% -
XYZ 28.87 57.28 10.4 -
YUV 141.32 61.78 34.33 -
System Red Green Blue C M Y K H S L
Decimal 10 231 24 0.96 0 0.90 0.09 123.8 0.92 0.47
Hex A E7 18 60 0 5A 9 7C 5C 2F
Octal 12 347 30 140 0 132 11 174 134 57
Binary 1010 11100111 11000 1100000 0 1011010 1001 1111100 1011100 101111

Color Harmonies of #0AE718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE718

Black with #0AE718

Text Example


Text Example

White with #0AE718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,231,24); }

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

background-color css

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

 a { background-color: rgb(10,231,24); }

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

border-color css

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

 span { border-color: rgb(10,231,24); }

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