Html Css Color HEX #0AF309 Free Speech Green

📋 copy color: '#0AF309'

red 10 ◦ green 243 ◦ blue 9

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

Shades of Free Speech Green #0AF309

Tints of Free Speech Green #0AF309

RGB

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

 GREEN value IS 243 (95.31% from 255) = 92.75%

 BLUE value IS 9 (3.91% from 255) = 3.44%

R = 3.82%
G = 92.75%
B = 3.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#0AF309 (or 0x0AF309) is known color: Free Speech Green. HEX triplet: 0A, F3 and 09. RGB value is (10,243,9). Sum of RGB (Red+Green+Blue) = 10+243+9=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 243 (95.31% from 255 or 92.75% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF309 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF309 is #F50CF6. Grayscale: #939393. Windows color (decimal): -16059639 or 652042. OLE color: 652042.

HSL color Cylindrical-coordinate representation of color #0AF309: hue angle of 119.74º degrees, saturation: 0.93, 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 #0AF309 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 243 9 -
CMYK 0.96 0 0.96 0.05
HSL 119.74º 0.93% 0.49% -
HSV(B) 119.74º 0.96% 0.95% -
XYZ 32.23 64.19 10.95 -
YUV 146.66 50.31 30.53 -
System Red Green Blue C M Y K H S L
Decimal 10 243 9 0.96 0 0.96 0.05 119.74 0.93 0.49
Hex A F3 9 60 0 60 5 78 5D 31
Octal 12 363 11 140 0 140 5 170 135 61
Binary 1010 11110011 1001 1100000 0 1100000 101 1111000 1011101 110001

Color Harmonies of #0AF309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF309

Black with #0AF309

Text Example


Text Example

White with #0AF309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,243,9); }

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

background-color css

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

 a { background-color: rgb(10,243,9); }

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

border-color css

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

 span { border-color: rgb(10,243,9); }

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