Html Css Color HEX #0AD429 Dark Pastel Green

📋 copy color: '#0AD429'

red 10 ◦ green 212 ◦ blue 41

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

Shades of Dark Pastel Green #0AD429

Tints of Dark Pastel Green #0AD429

RGB

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

 GREEN value IS 212 (83.2% from 255) = 80.61%

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

R = 3.8%
G = 80.61%
B = 15.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#0AD429 (or 0x0AD429) is known color: Dark Pastel Green. HEX triplet: 0A, D4 and 29. RGB value is (10,212,41). Sum of RGB (Red+Green+Blue) = 10+212+41=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 212 (83.20% from 255 or 80.61% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD429 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD429 is #F52BD6. Grayscale: #848484. Windows color (decimal): -16067543 or 2741258. OLE color: 2741258.

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

Color convert

RGB 10 212 41 -
CMYK 0.95 0 0.81 0.17
HSL 129.21º 0.91% 0.44% -
HSV(B) 129.21º 0.95% 0.83% -
XYZ 24.07 47.31 9.96 -
YUV 132.11 76.58 40.9 -
System Red Green Blue C M Y K H S L
Decimal 10 212 41 0.95 0 0.81 0.17 129.21 0.91 0.44
Hex A D4 29 5F 0 51 11 81 5B 2C
Octal 12 324 51 137 0 121 21 201 133 54
Binary 1010 11010100 101001 1011111 0 1010001 10001 10000001 1011011 101100

Color Harmonies of #0AD429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD429

Black with #0AD429

Text Example


Text Example

White with #0AD429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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