Html Css Color HEX #0AD82D Dark Pastel Green

📋 copy color: '#0AD82D'

red 10 ◦ green 216 ◦ blue 45

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

Shades of Dark Pastel Green #0AD82D

Tints of Dark Pastel Green #0AD82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 3.69%
G = 79.7%
B = 16.61%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#0AD82D (or 0x0AD82D) is known color: Dark Pastel Green. HEX triplet: 0A, D8 and 2D. RGB value is (10,216,45). Sum of RGB (Red+Green+Blue) = 10+216+45=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 216 (84.77% from 255 or 79.70% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD82D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD82D is #F527D2. Grayscale: #878787. Windows color (decimal): -16066515 or 3004426. OLE color: 3004426.

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

Color convert

RGB 10 216 45 -
CMYK 0.95 0 0.79 0.15
HSL 130.19º 0.91% 0.44% -
HSV(B) 130.19º 0.95% 0.85% -
XYZ 25.15 49.37 10.69 -
YUV 134.91 77.25 38.9 -
System Red Green Blue C M Y K H S L
Decimal 10 216 45 0.95 0 0.79 0.15 130.19 0.91 0.44
Hex A D8 2D 5F 0 4F F 82 5B 2C
Octal 12 330 55 137 0 117 17 202 133 54
Binary 1010 11011000 101101 1011111 0 1001111 1111 10000010 1011011 101100

Color Harmonies of #0AD82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD82D

Black with #0AD82D

Text Example


Text Example

White with #0AD82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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