Html Css Color HEX #0ABC29 Dark Pastel Green

📋 copy color: '#0ABC29'

red 10 ◦ green 188 ◦ blue 41

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

Shades of Dark Pastel Green #0ABC29

Tints of Dark Pastel Green #0ABC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 78.66%

 BLUE value IS 41 (16.41% from 255) = 17.15%

R = 4.18%
G = 78.66%
B = 17.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#0ABC29 (or 0x0ABC29) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 29. RGB value is (10,188,41). Sum of RGB (Red+Green+Blue) = 10+188+41=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 188 (73.83% from 255 or 78.66% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC29 is #F543D6. Grayscale: #767676. Windows color (decimal): -16073687 or 2735114. OLE color: 2735114.

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

Color convert

RGB 10 188 41 -
CMYK 0.95 0 0.78 0.26
HSL 130.45º 0.9% 0.39% -
HSV(B) 130.45º 0.95% 0.74% -
XYZ 18.51 36.19 8.11 -
YUV 118.02 84.53 50.95 -
System Red Green Blue C M Y K H S L
Decimal 10 188 41 0.95 0 0.78 0.26 130.45 0.9 0.39
Hex A BC 29 5F 0 4E 1A 82 5A 27
Octal 12 274 51 137 0 116 32 202 132 47
Binary 1010 10111100 101001 1011111 0 1001110 11010 10000010 1011010 100111

Color Harmonies of #0ABC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC29

Black with #0ABC29

Text Example


Text Example

White with #0ABC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,188,41); }

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

background-color css

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

 a { background-color: rgb(10,188,41); }

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

border-color css

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

 span { border-color: rgb(10,188,41); }

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