Html Css Color HEX #0ADF09 Free Speech Green

📋 copy color: '#0ADF09'

red 10 ◦ green 223 ◦ blue 9

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

Shades of Free Speech Green #0ADF09

Tints of Free Speech Green #0ADF09

RGB

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

 GREEN value IS 223 (87.5% from 255) = 92.15%

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

R = 4.13%
G = 92.15%
B = 3.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#0ADF09 (or 0x0ADF09) is known color: Free Speech Green. HEX triplet: 0A, DF and 09. RGB value is (10,223,9). Sum of RGB (Red+Green+Blue) = 10+223+9=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 223 (87.5% from 255 or 92.15% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADF09 is #F520F6. Grayscale: #878787. Windows color (decimal): -16064759 or 646922. OLE color: 646922.

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

Color convert

RGB 10 223 9 -
CMYK 0.96 0 0.96 0.13
HSL 119.72º 0.92% 0.45% -
HSV(B) 119.72º 0.96% 0.87% -
XYZ 26.56 52.86 9.06 -
YUV 134.92 56.93 38.9 -
System Red Green Blue C M Y K H S L
Decimal 10 223 9 0.96 0 0.96 0.13 119.72 0.92 0.45
Hex A DF 9 60 0 60 D 78 5C 2D
Octal 12 337 11 140 0 140 15 170 134 55
Binary 1010 11011111 1001 1100000 0 1100000 1101 1111000 1011100 101101

Color Harmonies of #0ADF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADF09

Black with #0ADF09

Text Example


Text Example

White with #0ADF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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