Html Css Color HEX #0AB44F Pigment Green

📋 copy color: '#0AB44F'

red 10 ◦ green 180 ◦ blue 79

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

Shades of Pigment Green #0AB44F

Tints of Pigment Green #0AB44F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 66.91%

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

R = 3.72%
G = 66.91%
B = 29.37%

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

#0AB44F (or 0x0AB44F) is known color: Pigment Green. HEX triplet: 0A, B4 and 4F. RGB value is (10,180,79). Sum of RGB (Red+Green+Blue) = 10+180+79=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 180 (70.70% from 255 or 66.91% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB44F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB44F is #F54BB0. Grayscale: #757575. Windows color (decimal): -16075697 or 5223434. OLE color: 5223434.

HSL color Cylindrical-coordinate representation of color #0AB44F: hue angle of 144.35º degrees, saturation: 0.89, 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 #0AB44F is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 180 79 -
CMYK 0.94 0 0.56 0.29
HSL 144.35º 0.89% 0.37% -
HSV(B) 144.35º 0.94% 0.71% -
XYZ 17.86 33.27 12.88 -
YUV 117.66 106.18 51.21 -
System Red Green Blue C M Y K H S L
Decimal 10 180 79 0.94 0 0.56 0.29 144.35 0.89 0.37
Hex A B4 4F 5E 0 38 1D 90 59 25
Octal 12 264 117 136 0 70 35 220 131 45
Binary 1010 10110100 1001111 1011110 0 111000 11101 10010000 1011001 100101

Color Harmonies of #0AB44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB44F

Black with #0AB44F

Text Example


Text Example

White with #0AB44F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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