Html Css Color HEX #0ADF13 Free Speech Green

📋 copy color: '#0ADF13'

red 10 ◦ green 223 ◦ blue 19

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

Shades of Free Speech Green #0ADF13

Tints of Free Speech Green #0ADF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 3.97%
G = 88.49%
B = 7.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#0ADF13 (or 0x0ADF13) is known color: Free Speech Green. HEX triplet: 0A, DF and 13. RGB value is (10,223,19). Sum of RGB (Red+Green+Blue) = 10+223+19=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 223 (87.5% from 255 or 88.49% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADF13 is #F520EC. Grayscale: #888888. Windows color (decimal): -16064749 or 1302282. OLE color: 1302282.

HSL color Cylindrical-coordinate representation of color #0ADF13: hue angle of 122.54º 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 #0ADF13 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 223 19 -
CMYK 0.96 0 0.91 0.13
HSL 122.54º 0.91% 0.46% -
HSV(B) 122.54º 0.96% 0.87% -
XYZ 26.63 52.89 9.42 -
YUV 136.06 61.93 38.09 -
System Red Green Blue C M Y K H S L
Decimal 10 223 19 0.96 0 0.91 0.13 122.54 0.91 0.46
Hex A DF 13 60 0 5B D 7B 5B 2E
Octal 12 337 23 140 0 133 15 173 133 56
Binary 1010 11011111 10011 1100000 0 1011011 1101 1111011 1011011 101110

Color Harmonies of #0ADF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADF13

Black with #0ADF13

Text Example


Text Example

White with #0ADF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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