Html Css Color HEX #0ABB2A Dark Pastel Green

📋 copy color: '#0ABB2A'

red 10 ◦ green 187 ◦ blue 42

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

Shades of Dark Pastel Green #0ABB2A

Tints of Dark Pastel Green #0ABB2A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 78.24%

 BLUE value IS 42 (16.8% from 255) = 17.57%

R = 4.18%
G = 78.24%
B = 17.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#0ABB2A (or 0x0ABB2A) is known color: Dark Pastel Green. HEX triplet: 0A, BB and 2A. RGB value is (10,187,42). Sum of RGB (Red+Green+Blue) = 10+187+42=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 187 (73.44% from 255 or 78.24% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABB2A is #F544D5. Grayscale: #757575. Windows color (decimal): -16073942 or 2800394. OLE color: 2800394.

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

Color convert

RGB 10 187 42 -
CMYK 0.95 0 0.78 0.27
HSL 130.85º 0.9% 0.39% -
HSV(B) 130.85º 0.95% 0.73% -
XYZ 18.31 35.77 8.13 -
YUV 117.55 85.36 51.29 -
System Red Green Blue C M Y K H S L
Decimal 10 187 42 0.95 0 0.78 0.27 130.85 0.9 0.39
Hex A BB 2A 5F 0 4E 1B 83 5A 27
Octal 12 273 52 137 0 116 33 203 132 47
Binary 1010 10111011 101010 1011111 0 1001110 11011 10000011 1011010 100111

Color Harmonies of #0ABB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABB2A

Black with #0ABB2A

Text Example


Text Example

White with #0ABB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,187,42); }

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

background-color css

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

 a { background-color: rgb(10,187,42); }

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

border-color css

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

 span { border-color: rgb(10,187,42); }

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