Html Css Color HEX #0AD832 Dark Pastel Green

📋 copy color: '#0AD832'

red 10 ◦ green 216 ◦ blue 50

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

Shades of Dark Pastel Green #0AD832

Tints of Dark Pastel Green #0AD832

RGB

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

 GREEN value IS 216 (84.77% from 255) = 78.26%

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

R = 3.62%
G = 78.26%
B = 18.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#0AD832 (or 0x0AD832) is known color: Dark Pastel Green. HEX triplet: 0A, D8 and 32. RGB value is (10,216,50). Sum of RGB (Red+Green+Blue) = 10+216+50=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 216 (84.77% from 255 or 78.26% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD832 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD832 is #F527CD. Grayscale: #878787. Windows color (decimal): -16066510 or 3332106. OLE color: 3332106.

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

Color convert

RGB 10 216 50 -
CMYK 0.95 0 0.77 0.15
HSL 131.65º 0.91% 0.44% -
HSV(B) 131.65º 0.95% 0.85% -
XYZ 25.26 49.41 11.22 -
YUV 135.48 79.75 38.5 -
System Red Green Blue C M Y K H S L
Decimal 10 216 50 0.95 0 0.77 0.15 131.65 0.91 0.44
Hex A D8 32 5F 0 4D F 84 5B 2C
Octal 12 330 62 137 0 115 17 204 133 54
Binary 1010 11011000 110010 1011111 0 1001101 1111 10000100 1011011 101100

Color Harmonies of #0AD832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD832

Black with #0AD832

Text Example


Text Example

White with #0AD832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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