Html Css Color HEX #0AB82D Dark Pastel Green

📋 copy color: '#0AB82D'

red 10 ◦ green 184 ◦ blue 45

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

Shades of Dark Pastel Green #0AB82D

Tints of Dark Pastel Green #0AB82D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 76.99%

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

R = 4.18%
G = 76.99%
B = 18.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#0AB82D (or 0x0AB82D) is known color: Dark Pastel Green. HEX triplet: 0A, B8 and 2D. RGB value is (10,184,45). Sum of RGB (Red+Green+Blue) = 10+184+45=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 184 (72.27% from 255 or 76.99% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB82D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB82D is #F547D2. Grayscale: #747474. Windows color (decimal): -16074707 or 2996234. OLE color: 2996234.

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

Color convert

RGB 10 184 45 -
CMYK 0.95 0 0.76 0.28
HSL 132.07º 0.9% 0.38% -
HSV(B) 132.07º 0.95% 0.72% -
XYZ 17.74 34.53 8.21 -
YUV 116.13 87.85 52.3 -
System Red Green Blue C M Y K H S L
Decimal 10 184 45 0.95 0 0.76 0.28 132.07 0.9 0.38
Hex A B8 2D 5F 0 4C 1C 84 5A 26
Octal 12 270 55 137 0 114 34 204 132 46
Binary 1010 10111000 101101 1011111 0 1001100 11100 10000100 1011010 100110

Color Harmonies of #0AB82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB82D

Black with #0AB82D

Text Example


Text Example

White with #0AB82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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