Html Css Color HEX #0AB62B Dark Pastel Green

📋 copy color: '#0AB62B'

red 10 ◦ green 182 ◦ blue 43

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

Shades of Dark Pastel Green #0AB62B

Tints of Dark Pastel Green #0AB62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 4.26%
G = 77.45%
B = 18.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#0AB62B (or 0x0AB62B) is known color: Dark Pastel Green. HEX triplet: 0A, B6 and 2B. RGB value is (10,182,43). Sum of RGB (Red+Green+Blue) = 10+182+43=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 182 (71.48% from 255 or 77.45% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB62B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB62B is #F549D4. Grayscale: #737373. Windows color (decimal): -16075221 or 2864650. OLE color: 2864650.

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

Color convert

RGB 10 182 43 -
CMYK 0.95 0 0.76 0.29
HSL 131.51º 0.9% 0.38% -
HSV(B) 131.51º 0.95% 0.71% -
XYZ 17.29 33.69 7.88 -
YUV 114.73 87.52 53.3 -
System Red Green Blue C M Y K H S L
Decimal 10 182 43 0.95 0 0.76 0.29 131.51 0.9 0.38
Hex A B6 2B 5F 0 4C 1D 84 5A 26
Octal 12 266 53 137 0 114 35 204 132 46
Binary 1010 10110110 101011 1011111 0 1001100 11101 10000100 1011010 100110

Color Harmonies of #0AB62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB62B

Black with #0AB62B

Text Example


Text Example

White with #0AB62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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