Html Css Color HEX #0AF815 Free Speech Green

📋 copy color: '#0AF815'

red 10 ◦ green 248 ◦ blue 21

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

Shades of Free Speech Green #0AF815

Tints of Free Speech Green #0AF815

RGB

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

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

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

R = 3.58%
G = 88.89%
B = 7.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#0AF815 (or 0x0AF815) is known color: Free Speech Green. HEX triplet: 0A, F8 and 15. RGB value is (10,248,21). Sum of RGB (Red+Green+Blue) = 10+248+21=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 248 (97.27% from 255 or 88.89% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF815 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF815 is #F507EA. Grayscale: #979797. Windows color (decimal): -16058347 or 1439754. OLE color: 1439754.

HSL color Cylindrical-coordinate representation of color #0AF815: hue angle of 122.77º 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 #0AF815 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 248 21 -
CMYK 0.96 0 0.92 0.03
HSL 122.77º 0.94% 0.51% -
HSV(B) 122.77º 0.96% 0.97% -
XYZ 33.83 67.25 11.91 -
YUV 150.96 54.65 27.46 -
System Red Green Blue C M Y K H S L
Decimal 10 248 21 0.96 0 0.92 0.03 122.77 0.94 0.51
Hex A F8 15 60 0 5C 3 7B 5E 33
Octal 12 370 25 140 0 134 3 173 136 63
Binary 1010 11111000 10101 1100000 0 1011100 11 1111011 1011110 110011

Color Harmonies of #0AF815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF815

Black with #0AF815

Text Example


Text Example

White with #0AF815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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