Html Css Color HEX #0ABD3A Dark Pastel Green

📋 copy color: '#0ABD3A'

red 10 ◦ green 189 ◦ blue 58

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

Shades of Dark Pastel Green #0ABD3A

Tints of Dark Pastel Green #0ABD3A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 73.54%

 BLUE value IS 58 (23.05% from 255) = 22.57%

R = 3.89%
G = 73.54%
B = 22.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#0ABD3A (or 0x0ABD3A) is known color: Dark Pastel Green. HEX triplet: 0A, BD and 3A. RGB value is (10,189,58). Sum of RGB (Red+Green+Blue) = 10+189+58=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 189 (74.22% from 255 or 73.54% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABD3A is #F542C5. Grayscale: #787878. Windows color (decimal): -16073414 or 3849482. OLE color: 3849482.

HSL color Cylindrical-coordinate representation of color #0ABD3A: hue angle of 136.09º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABD3A is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 189 58 -
CMYK 0.95 0 0.69 0.26
HSL 136.09º 0.9% 0.39% -
HSV(B) 136.09º 0.95% 0.74% -
XYZ 19.09 36.77 10.09 -
YUV 120.55 92.7 49.15 -
System Red Green Blue C M Y K H S L
Decimal 10 189 58 0.95 0 0.69 0.26 136.09 0.9 0.39
Hex A BD 3A 5F 0 45 1A 88 5A 27
Octal 12 275 72 137 0 105 32 210 132 47
Binary 1010 10111101 111010 1011111 0 1000101 11010 10001000 1011010 100111

Color Harmonies of #0ABD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABD3A

Black with #0ABD3A

Text Example


Text Example

White with #0ABD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,58); }

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

background-color css

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

 a { background-color: rgb(10,189,58); }

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

border-color css

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

 span { border-color: rgb(10,189,58); }

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