Html Css Color HEX #0AB61A Dark Pastel Green

📋 copy color: '#0AB61A'

red 10 ◦ green 182 ◦ blue 26

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

Shades of Dark Pastel Green #0AB61A

Tints of Dark Pastel Green #0AB61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 83.49%

 BLUE value IS 26 (10.55% from 255) = 11.93%

R = 4.59%
G = 83.49%
B = 11.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#0AB61A (or 0x0AB61A) is known color: Dark Pastel Green. HEX triplet: 0A, B6 and 1A. RGB value is (10,182,26). Sum of RGB (Red+Green+Blue) = 10+182+26=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 182 (71.48% from 255 or 83.49% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB61A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB61A is #F549E5. Grayscale: #717171. Windows color (decimal): -16075238 or 1750538. OLE color: 1750538.

HSL color Cylindrical-coordinate representation of color #0AB61A: hue angle of 125.58º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB61A is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 182 26 -
CMYK 0.95 0 0.86 0.29
HSL 125.58º 0.9% 0.38% -
HSV(B) 125.58º 0.95% 0.71% -
XYZ 17.04 33.6 6.56 -
YUV 112.79 79.02 54.68 -
System Red Green Blue C M Y K H S L
Decimal 10 182 26 0.95 0 0.86 0.29 125.58 0.9 0.38
Hex A B6 1A 5F 0 56 1D 7E 5A 26
Octal 12 266 32 137 0 126 35 176 132 46
Binary 1010 10110110 11010 1011111 0 1010110 11101 1111110 1011010 100110

Color Harmonies of #0AB61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB61A

Black with #0AB61A

Text Example


Text Example

White with #0AB61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,182,26); }

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

background-color css

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

 a { background-color: rgb(10,182,26); }

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

border-color css

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

 span { border-color: rgb(10,182,26); }

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