Html Css Color HEX #0AB74F Pigment Green

📋 copy color: '#0AB74F'

red 10 ◦ green 183 ◦ blue 79

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

Shades of Pigment Green #0AB74F

Tints of Pigment Green #0AB74F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 67.28%

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

R = 3.68%
G = 67.28%
B = 29.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#0AB74F (or 0x0AB74F) is known color: Pigment Green. HEX triplet: 0A, B7 and 4F. RGB value is (10,183,79). Sum of RGB (Red+Green+Blue) = 10+183+79=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 183 (71.88% from 255 or 67.28% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB74F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB74F is #F548B0. Grayscale: #777777. Windows color (decimal): -16074929 or 5224202. OLE color: 5224202.

HSL color Cylindrical-coordinate representation of color #0AB74F: hue angle of 143.93º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB74F is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 10 183 79 -
CMYK 0.95 0 0.57 0.28
HSL 143.93º 0.9% 0.38% -
HSV(B) 143.93º 0.95% 0.72% -
XYZ 18.47 34.5 13.08 -
YUV 119.42 105.19 49.96 -
System Red Green Blue C M Y K H S L
Decimal 10 183 79 0.95 0 0.57 0.28 143.93 0.9 0.38
Hex A B7 4F 5F 0 39 1C 90 5A 26
Octal 12 267 117 137 0 71 34 220 132 46
Binary 1010 10110111 1001111 1011111 0 111001 11100 10010000 1011010 100110

Color Harmonies of #0AB74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB74F

Black with #0AB74F

Text Example


Text Example

White with #0AB74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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