Html Css Color HEX #0ABC54 Pigment Green

📋 copy color: '#0ABC54'

red 10 ◦ green 188 ◦ blue 84

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

Shades of Pigment Green #0ABC54

Tints of Pigment Green #0ABC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.79%

R = 3.55%
G = 66.67%
B = 29.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#0ABC54 (or 0x0ABC54) is known color: Pigment Green. HEX triplet: 0A, BC and 54. RGB value is (10,188,84). Sum of RGB (Red+Green+Blue) = 10+188+84=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 188 (73.83% from 255 or 66.67% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABC54 is #F543AB. Grayscale: #7B7B7B. Windows color (decimal): -16073644 or 5553162. OLE color: 5553162.

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

Color convert

RGB 10 188 84 -
CMYK 0.95 0 0.55 0.26
HSL 144.94º 0.9% 0.39% -
HSV(B) 144.94º 0.95% 0.74% -
XYZ 19.71 36.67 14.43 -
YUV 122.92 106.03 47.46 -
System Red Green Blue C M Y K H S L
Decimal 10 188 84 0.95 0 0.55 0.26 144.94 0.9 0.39
Hex A BC 54 5F 0 37 1A 91 5A 27
Octal 12 274 124 137 0 67 32 221 132 47
Binary 1010 10111100 1010100 1011111 0 110111 11010 10010001 1011010 100111

Color Harmonies of #0ABC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC54

Black with #0ABC54

Text Example


Text Example

White with #0ABC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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