Html Css Color HEX #0AD524 Dark Pastel Green

📋 copy color: '#0AD524'

red 10 ◦ green 213 ◦ blue 36

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

Shades of Dark Pastel Green #0AD524

Tints of Dark Pastel Green #0AD524

RGB

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

 GREEN value IS 213 (83.59% from 255) = 82.24%

 BLUE value IS 36 (14.45% from 255) = 13.9%

R = 3.86%
G = 82.24%
B = 13.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#0AD524 (or 0x0AD524) is known color: Dark Pastel Green. HEX triplet: 0A, D5 and 24. RGB value is (10,213,36). Sum of RGB (Red+Green+Blue) = 10+213+36=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 213 (83.59% from 255 or 82.24% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD524 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD524 is #F52ADB. Grayscale: #848484. Windows color (decimal): -16067292 or 2413834. OLE color: 2413834.

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

Color convert

RGB 10 213 36 -
CMYK 0.95 0 0.83 0.16
HSL 127.68º 0.91% 0.44% -
HSV(B) 127.68º 0.95% 0.84% -
XYZ 24.24 47.78 9.61 -
YUV 132.13 73.75 40.89 -
System Red Green Blue C M Y K H S L
Decimal 10 213 36 0.95 0 0.83 0.16 127.68 0.91 0.44
Hex A D5 24 5F 0 53 10 80 5B 2C
Octal 12 325 44 137 0 123 20 200 133 54
Binary 1010 11010101 100100 1011111 0 1010011 10000 10000000 1011011 101100

Color Harmonies of #0AD524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD524

Black with #0AD524

Text Example


Text Example

White with #0AD524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,213,36); }

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

background-color css

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

 a { background-color: rgb(10,213,36); }

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

border-color css

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

 span { border-color: rgb(10,213,36); }

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