Html Css Color HEX #0AF412 Free Speech Green

📋 copy color: '#0AF412'

red 10 ◦ green 244 ◦ blue 18

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

Shades of Free Speech Green #0AF412

Tints of Free Speech Green #0AF412

RGB

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

 GREEN value IS 244 (95.7% from 255) = 89.71%

 BLUE value IS 18 (7.42% from 255) = 6.62%

R = 3.68%
G = 89.71%
B = 6.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#0AF412 (or 0x0AF412) is known color: Free Speech Green. HEX triplet: 0A, F4 and 12. RGB value is (10,244,18). Sum of RGB (Red+Green+Blue) = 10+244+18=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 244 (95.70% from 255 or 89.71% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 244 - color contains mainly: green. Hex color #0AF412 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF412 is #F50BED. Grayscale: #949494. Windows color (decimal): -16059374 or 1242122. OLE color: 1242122.

HSL color Cylindrical-coordinate representation of color #0AF412: hue angle of 122.05º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF412 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 10 244 18 -
CMYK 0.96 0 0.93 0.04
HSL 122.05º 0.92% 0.5% -
HSV(B) 122.05º 0.96% 0.96% -
XYZ 32.59 64.81 11.36 -
YUV 148.27 54.48 29.38 -
System Red Green Blue C M Y K H S L
Decimal 10 244 18 0.96 0 0.93 0.04 122.05 0.92 0.5
Hex A F4 12 60 0 5D 4 7A 5C 32
Octal 12 364 22 140 0 135 4 172 134 62
Binary 1010 11110100 10010 1100000 0 1011101 100 1111010 1011100 110010

Color Harmonies of #0AF412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF412

Black with #0AF412

Text Example


Text Example

White with #0AF412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,244,18); }

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

background-color css

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

 a { background-color: rgb(10,244,18); }

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

border-color css

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

 span { border-color: rgb(10,244,18); }

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