Html Css Color HEX #0ABC48 Dark Pastel Green

📋 copy color: '#0ABC48'

red 10 ◦ green 188 ◦ blue 72

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

Shades of Dark Pastel Green #0ABC48

Tints of Dark Pastel Green #0ABC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 3.7%
G = 69.63%
B = 26.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#0ABC48 (or 0x0ABC48) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 48. RGB value is (10,188,72). Sum of RGB (Red+Green+Blue) = 10+188+72=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC48 is #F543B7. Grayscale: #797979. Windows color (decimal): -16073656 or 4766730. OLE color: 4766730.

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

Color convert

RGB 10 188 72 -
CMYK 0.95 0 0.62 0.26
HSL 140.9º 0.9% 0.39% -
HSV(B) 140.9º 0.95% 0.74% -
XYZ 19.28 36.5 12.16 -
YUV 121.55 100.03 48.43 -
System Red Green Blue C M Y K H S L
Decimal 10 188 72 0.95 0 0.62 0.26 140.9 0.9 0.39
Hex A BC 48 5F 0 3E 1A 8D 5A 27
Octal 12 274 110 137 0 76 32 215 132 47
Binary 1010 10111100 1001000 1011111 0 111110 11010 10001101 1011010 100111

Color Harmonies of #0ABC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC48

Black with #0ABC48

Text Example


Text Example

White with #0ABC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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