Html Css Color HEX #0AD127 Dark Pastel Green

📋 copy color: '#0AD127'

red 10 ◦ green 209 ◦ blue 39

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

Shades of Dark Pastel Green #0AD127

Tints of Dark Pastel Green #0AD127

RGB

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

 GREEN value IS 209 (82.03% from 255) = 81.01%

 BLUE value IS 39 (15.63% from 255) = 15.12%

R = 3.88%
G = 81.01%
B = 15.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#0AD127 (or 0x0AD127) is known color: Dark Pastel Green. HEX triplet: 0A, D1 and 27. RGB value is (10,209,39). Sum of RGB (Red+Green+Blue) = 10+209+39=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 209 (82.03% from 255 or 81.01% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD127 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD127 is #F52ED8. Grayscale: #828282. Windows color (decimal): -16068313 or 2609418. OLE color: 2609418.

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

Color convert

RGB 10 209 39 -
CMYK 0.95 0 0.81 0.18
HSL 128.74º 0.91% 0.43% -
HSV(B) 128.74º 0.95% 0.82% -
XYZ 23.29 45.81 9.53 -
YUV 130.12 76.57 42.32 -
System Red Green Blue C M Y K H S L
Decimal 10 209 39 0.95 0 0.81 0.18 128.74 0.91 0.43
Hex A D1 27 5F 0 51 12 81 5B 2B
Octal 12 321 47 137 0 121 22 201 133 53
Binary 1010 11010001 100111 1011111 0 1010001 10010 10000001 1011011 101011

Color Harmonies of #0AD127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD127

Black with #0AD127

Text Example


Text Example

White with #0AD127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,209,39); }

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

background-color css

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

 a { background-color: rgb(10,209,39); }

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

border-color css

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

 span { border-color: rgb(10,209,39); }

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