Html Css Color HEX #0AD40D Free Speech Green

📋 copy color: '#0AD40D'

red 10 ◦ green 212 ◦ blue 13

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

Shades of Free Speech Green #0AD40D

Tints of Free Speech Green #0AD40D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 90.21%

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 4.26%
G = 90.21%
B = 5.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#0AD40D (or 0x0AD40D) is known color: Free Speech Green. HEX triplet: 0A, D4 and 0D. RGB value is (10,212,13). Sum of RGB (Red+Green+Blue) = 10+212+13=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 212 (83.20% from 255 or 90.21% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD40D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD40D is #F52BF2. Grayscale: #818181. Windows color (decimal): -16067571 or 906250. OLE color: 906250.

HSL color Cylindrical-coordinate representation of color #0AD40D: hue angle of 120.89º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD40D is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 10 212 13 -
CMYK 0.95 0 0.94 0.17
HSL 120.89º 0.91% 0.44% -
HSV(B) 120.89º 0.95% 0.83% -
XYZ 23.74 47.18 8.24 -
YUV 128.92 62.58 43.18 -
System Red Green Blue C M Y K H S L
Decimal 10 212 13 0.95 0 0.94 0.17 120.89 0.91 0.44
Hex A D4 D 5F 0 5E 11 79 5B 2C
Octal 12 324 15 137 0 136 21 171 133 54
Binary 1010 11010100 1101 1011111 0 1011110 10001 1111001 1011011 101100

Color Harmonies of #0AD40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD40D

Black with #0AD40D

Text Example


Text Example

White with #0AD40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,212,13); }

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

background-color css

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

 a { background-color: rgb(10,212,13); }

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

border-color css

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

 span { border-color: rgb(10,212,13); }

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