Html Css Color HEX #0AF817 Free Speech Green

📋 copy color: '#0AF817'

red 10 ◦ green 248 ◦ blue 23

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

Shades of Free Speech Green #0AF817

Tints of Free Speech Green #0AF817

RGB

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

 GREEN value IS 248 (97.27% from 255) = 88.26%

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

R = 3.56%
G = 88.26%
B = 8.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#0AF817 (or 0x0AF817) is known color: Free Speech Green. HEX triplet: 0A, F8 and 17. RGB value is (10,248,23). Sum of RGB (Red+Green+Blue) = 10+248+23=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 248 (97.27% from 255 or 88.26% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF817 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF817 is #F507E8. Grayscale: #979797. Windows color (decimal): -16058345 or 1570826. OLE color: 1570826.

HSL color Cylindrical-coordinate representation of color #0AF817: hue angle of 123.28º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF817 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 248 23 -
CMYK 0.96 0 0.91 0.03
HSL 123.28º 0.94% 0.51% -
HSV(B) 123.28º 0.96% 0.97% -
XYZ 33.85 67.26 12.01 -
YUV 151.19 55.65 27.3 -
System Red Green Blue C M Y K H S L
Decimal 10 248 23 0.96 0 0.91 0.03 123.28 0.94 0.51
Hex A F8 17 60 0 5B 3 7B 5E 33
Octal 12 370 27 140 0 133 3 173 136 63
Binary 1010 11111000 10111 1100000 0 1011011 11 1111011 1011110 110011

Color Harmonies of #0AF817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF817

Black with #0AF817

Text Example


Text Example

White with #0AF817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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