Html Css Color HEX #0AD02A Dark Pastel Green

📋 copy color: '#0AD02A'

red 10 ◦ green 208 ◦ blue 42

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

Shades of Dark Pastel Green #0AD02A

Tints of Dark Pastel Green #0AD02A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 80%

 BLUE value IS 42 (16.8% from 255) = 16.15%

R = 3.85%
G = 80%
B = 16.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#0AD02A (or 0x0AD02A) is known color: Dark Pastel Green. HEX triplet: 0A, D0 and 2A. RGB value is (10,208,42). Sum of RGB (Red+Green+Blue) = 10+208+42=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 208 (81.64% from 255 or 80% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 208 - color contains mainly: green. Hex color #0AD02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD02A is #F52FD5. Grayscale: #828282. Windows color (decimal): -16068566 or 2805770. OLE color: 2805770.

HSL color Cylindrical-coordinate representation of color #0AD02A: hue angle of 129.7º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD02A is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 10 208 42 -
CMYK 0.95 0 0.80 0.18
HSL 129.7º 0.91% 0.43% -
HSV(B) 129.7º 0.95% 0.82% -
XYZ 23.1 45.34 9.73 -
YUV 129.87 78.4 42.5 -
System Red Green Blue C M Y K H S L
Decimal 10 208 42 0.95 0 0.80 0.18 129.7 0.91 0.43
Hex A D0 2A 5F 0 50 12 82 5B 2B
Octal 12 320 52 137 0 120 22 202 133 53
Binary 1010 11010000 101010 1011111 0 1010000 10010 10000010 1011011 101011

Color Harmonies of #0AD02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD02A

Black with #0AD02A

Text Example


Text Example

White with #0AD02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,208,42); }

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

background-color css

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

 a { background-color: rgb(10,208,42); }

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

border-color css

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

 span { border-color: rgb(10,208,42); }

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