Html Css Color HEX #0AD21C Free Speech Green

📋 copy color: '#0AD21C'

red 10 ◦ green 210 ◦ blue 28

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

Shades of Free Speech Green #0AD21C

Tints of Free Speech Green #0AD21C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 84.68%

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 4.03%
G = 84.68%
B = 11.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#0AD21C (or 0x0AD21C) is known color: Free Speech Green. HEX triplet: 0A, D2 and 1C. RGB value is (10,210,28). Sum of RGB (Red+Green+Blue) = 10+210+28=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 210 (82.42% from 255 or 84.68% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 210 - color contains mainly: green. Hex color #0AD21C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD21C is #F52DE3. Grayscale: #818181. Windows color (decimal): -16068068 or 1888778. OLE color: 1888778.

HSL color Cylindrical-coordinate representation of color #0AD21C: hue angle of 125.4º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD21C is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 10 210 28 -
CMYK 0.95 0 0.87 0.18
HSL 125.4º 0.91% 0.43% -
HSV(B) 125.4º 0.95% 0.82% -
XYZ 23.38 46.24 8.79 -
YUV 129.45 70.74 42.8 -
System Red Green Blue C M Y K H S L
Decimal 10 210 28 0.95 0 0.87 0.18 125.4 0.91 0.43
Hex A D2 1C 5F 0 57 12 7D 5B 2B
Octal 12 322 34 137 0 127 22 175 133 53
Binary 1010 11010010 11100 1011111 0 1010111 10010 1111101 1011011 101011

Color Harmonies of #0AD21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD21C

Black with #0AD21C

Text Example


Text Example

White with #0AD21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,210,28); }

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

background-color css

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

 a { background-color: rgb(10,210,28); }

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

border-color css

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

 span { border-color: rgb(10,210,28); }

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