Html Css Color HEX #0AD532 Dark Pastel Green

📋 copy color: '#0AD532'

red 10 ◦ green 213 ◦ blue 50

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

Shades of Dark Pastel Green #0AD532

Tints of Dark Pastel Green #0AD532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 3.66%
G = 78.02%
B = 18.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#0AD532 (or 0x0AD532) is known color: Dark Pastel Green. HEX triplet: 0A, D5 and 32. RGB value is (10,213,50). Sum of RGB (Red+Green+Blue) = 10+213+50=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 213 (83.59% from 255 or 78.02% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD532 is #F52ACD. Grayscale: #868686. Windows color (decimal): -16067278 or 3331338. OLE color: 3331338.

HSL color Cylindrical-coordinate representation of color #0AD532: hue angle of 131.82º 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 #0AD532 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 213 50 -
CMYK 0.95 0 0.77 0.16
HSL 131.82º 0.91% 0.44% -
HSV(B) 131.82º 0.95% 0.84% -
XYZ 24.5 47.88 10.97 -
YUV 133.72 80.75 39.75 -
System Red Green Blue C M Y K H S L
Decimal 10 213 50 0.95 0 0.77 0.16 131.82 0.91 0.44
Hex A D5 32 5F 0 4D 10 84 5B 2C
Octal 12 325 62 137 0 115 20 204 133 54
Binary 1010 11010101 110010 1011111 0 1001101 10000 10000100 1011011 101100

Color Harmonies of #0AD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD532

Black with #0AD532

Text Example


Text Example

White with #0AD532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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