Html Css Color HEX #0AF11F Free Speech Green

📋 copy color: '#0AF11F'

red 10 ◦ green 241 ◦ blue 31

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

Shades of Free Speech Green #0AF11F

Tints of Free Speech Green #0AF11F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 85.46%

 BLUE value IS 31 (12.5% from 255) = 10.99%

R = 3.55%
G = 85.46%
B = 10.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#0AF11F (or 0x0AF11F) is known color: Free Speech Green. HEX triplet: 0A, F1 and 1F. RGB value is (10,241,31). Sum of RGB (Red+Green+Blue) = 10+241+31=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 241 (94.53% from 255 or 85.46% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF11F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF11F is #F50EE0. Grayscale: #949494. Windows color (decimal): -16060129 or 2093322. OLE color: 2093322.

HSL color Cylindrical-coordinate representation of color #0AF11F: hue angle of 125.45º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF11F is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 241 31 -
CMYK 0.96 0 0.87 0.05
HSL 125.45º 0.92% 0.49% -
HSV(B) 125.45º 0.96% 0.95% -
XYZ 31.83 63.07 11.79 -
YUV 147.99 61.97 29.58 -
System Red Green Blue C M Y K H S L
Decimal 10 241 31 0.96 0 0.87 0.05 125.45 0.92 0.49
Hex A F1 1F 60 0 57 5 7D 5C 31
Octal 12 361 37 140 0 127 5 175 134 61
Binary 1010 11110001 11111 1100000 0 1010111 101 1111101 1011100 110001

Color Harmonies of #0AF11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF11F

Black with #0AF11F

Text Example


Text Example

White with #0AF11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,241,31); }

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

background-color css

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

 a { background-color: rgb(10,241,31); }

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

border-color css

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

 span { border-color: rgb(10,241,31); }

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