Html Css Color HEX #0ADF17 Free Speech Green

📋 copy color: '#0ADF17'

red 10 ◦ green 223 ◦ blue 23

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

Shades of Free Speech Green #0ADF17

Tints of Free Speech Green #0ADF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 3.91%
G = 87.11%
B = 8.98%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#0ADF17 (or 0x0ADF17) is known color: Free Speech Green. HEX triplet: 0A, DF and 17. RGB value is (10,223,23). Sum of RGB (Red+Green+Blue) = 10+223+23=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 223 (87.5% from 255 or 87.11% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADF17 is #F520E8. Grayscale: #898989. Windows color (decimal): -16064745 or 1564426. OLE color: 1564426.

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

Color convert

RGB 10 223 23 -
CMYK 0.96 0 0.90 0.13
HSL 123.66º 0.91% 0.46% -
HSV(B) 123.66º 0.96% 0.87% -
XYZ 26.67 52.9 9.62 -
YUV 136.51 63.93 37.76 -
System Red Green Blue C M Y K H S L
Decimal 10 223 23 0.96 0 0.90 0.13 123.66 0.91 0.46
Hex A DF 17 60 0 5A D 7C 5B 2E
Octal 12 337 27 140 0 132 15 174 133 56
Binary 1010 11011111 10111 1100000 0 1011010 1101 1111100 1011011 101110

Color Harmonies of #0ADF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADF17

Black with #0ADF17

Text Example


Text Example

White with #0ADF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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