Html Css Color HEX #0AD90C Free Speech Green

📋 copy color: '#0AD90C'

red 10 ◦ green 217 ◦ blue 12

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

Shades of Free Speech Green #0AD90C

Tints of Free Speech Green #0AD90C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 90.79%

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 4.18%
G = 90.79%
B = 5.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#0AD90C (or 0x0AD90C) is known color: Free Speech Green. HEX triplet: 0A, D9 and 0C. RGB value is (10,217,12). Sum of RGB (Red+Green+Blue) = 10+217+12=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 217 (85.16% from 255 or 90.79% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD90C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD90C is #F526F3. Grayscale: #848484. Windows color (decimal): -16066292 or 841994. OLE color: 841994.

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

Color convert

RGB 10 217 12 -
CMYK 0.95 0 0.94 0.15
HSL 120.58º 0.91% 0.45% -
HSV(B) 120.58º 0.95% 0.85% -
XYZ 25 49.72 8.63 -
YUV 131.74 60.42 41.17 -
System Red Green Blue C M Y K H S L
Decimal 10 217 12 0.95 0 0.94 0.15 120.58 0.91 0.45
Hex A D9 C 5F 0 5E F 79 5B 2D
Octal 12 331 14 137 0 136 17 171 133 55
Binary 1010 11011001 1100 1011111 0 1011110 1111 1111001 1011011 101101

Color Harmonies of #0AD90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD90C

Black with #0AD90C

Text Example


Text Example

White with #0AD90C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,217,12); }

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

background-color css

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

 a { background-color: rgb(10,217,12); }

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

border-color css

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

 span { border-color: rgb(10,217,12); }

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