Html Css Color HEX #0AB54F Pigment Green

📋 copy color: '#0AB54F'

red 10 ◦ green 181 ◦ blue 79

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

Shades of Pigment Green #0AB54F

Tints of Pigment Green #0AB54F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 67.04%

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 3.7%
G = 67.04%
B = 29.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#0AB54F (or 0x0AB54F) is known color: Pigment Green. HEX triplet: 0A, B5 and 4F. RGB value is (10,181,79). Sum of RGB (Red+Green+Blue) = 10+181+79=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 181 (71.09% from 255 or 67.04% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB54F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB54F is #F54AB0. Grayscale: #767676. Windows color (decimal): -16075441 or 5223690. OLE color: 5223690.

HSL color Cylindrical-coordinate representation of color #0AB54F: hue angle of 144.21º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB54F is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 181 79 -
CMYK 0.94 0 0.56 0.29
HSL 144.21º 0.9% 0.37% -
HSV(B) 144.21º 0.94% 0.71% -
XYZ 18.06 33.68 12.95 -
YUV 118.24 105.85 50.79 -
System Red Green Blue C M Y K H S L
Decimal 10 181 79 0.94 0 0.56 0.29 144.21 0.9 0.37
Hex A B5 4F 5E 0 38 1D 90 5A 25
Octal 12 265 117 136 0 70 35 220 132 45
Binary 1010 10110101 1001111 1011110 0 111000 11101 10010000 1011010 100101

Color Harmonies of #0AB54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB54F

Black with #0AB54F

Text Example


Text Example

White with #0AB54F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,181,79); }

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

background-color css

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

 a { background-color: rgb(10,181,79); }

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

border-color css

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

 span { border-color: rgb(10,181,79); }

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