Html Css Color HEX #0ABC2B Dark Pastel Green

📋 copy color: '#0ABC2B'

red 10 ◦ green 188 ◦ blue 43

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

Shades of Dark Pastel Green #0ABC2B

Tints of Dark Pastel Green #0ABC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.84%

R = 4.15%
G = 78.01%
B = 17.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#0ABC2B (or 0x0ABC2B) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 2B. RGB value is (10,188,43). Sum of RGB (Red+Green+Blue) = 10+188+43=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 188 (73.83% from 255 or 78.01% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC2B is #F543D4. Grayscale: #767676. Windows color (decimal): -16073685 or 2866186. OLE color: 2866186.

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

Color convert

RGB 10 188 43 -
CMYK 0.95 0 0.77 0.26
HSL 131.12º 0.9% 0.39% -
HSV(B) 131.12º 0.95% 0.74% -
XYZ 18.54 36.21 8.3 -
YUV 118.25 85.53 50.79 -
System Red Green Blue C M Y K H S L
Decimal 10 188 43 0.95 0 0.77 0.26 131.12 0.9 0.39
Hex A BC 2B 5F 0 4D 1A 83 5A 27
Octal 12 274 53 137 0 115 32 203 132 47
Binary 1010 10111100 101011 1011111 0 1001101 11010 10000011 1011010 100111

Color Harmonies of #0ABC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC2B

Black with #0ABC2B

Text Example


Text Example

White with #0ABC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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