Html Css Color HEX #0AD829 Dark Pastel Green

📋 copy color: '#0AD829'

red 10 ◦ green 216 ◦ blue 41

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

Shades of Dark Pastel Green #0AD829

Tints of Dark Pastel Green #0AD829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 3.75%
G = 80.9%
B = 15.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#0AD829 (or 0x0AD829) is known color: Dark Pastel Green. HEX triplet: 0A, D8 and 29. RGB value is (10,216,41). Sum of RGB (Red+Green+Blue) = 10+216+41=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 216 (84.77% from 255 or 80.90% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD829 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD829 is #F527D6. Grayscale: #868686. Windows color (decimal): -16066519 or 2742282. OLE color: 2742282.

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

Color convert

RGB 10 216 41 -
CMYK 0.95 0 0.81 0.15
HSL 129.03º 0.91% 0.44% -
HSV(B) 129.03º 0.95% 0.85% -
XYZ 25.08 49.34 10.3 -
YUV 134.46 75.25 39.23 -
System Red Green Blue C M Y K H S L
Decimal 10 216 41 0.95 0 0.81 0.15 129.03 0.91 0.44
Hex A D8 29 5F 0 51 F 81 5B 2C
Octal 12 330 51 137 0 121 17 201 133 54
Binary 1010 11011000 101001 1011111 0 1010001 1111 10000001 1011011 101100

Color Harmonies of #0AD829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD829

Black with #0AD829

Text Example


Text Example

White with #0AD829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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