Html Css Color HEX #10A55B Pigment Green

📋 copy color: '#10A55B'

red 16 ◦ green 165 ◦ blue 91

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

Shades of Pigment Green #10A55B

Tints of Pigment Green #10A55B

RGB

 RED value IS 16 (6.64% from 255) = 5.88%

 GREEN value IS 165 (64.84% from 255) = 60.66%

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 5.88%
G = 60.66%
B = 33.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#10A55B (or 0x10A55B) is known color: Pigment Green. HEX triplet: 10, A5 and 5B. RGB value is (16,165,91). Sum of RGB (Red+Green+Blue) = 16+165+91=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 165 (64.84% from 255 or 60.66% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 165 - color contains mainly: green. Hex color #10A55B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A55B is #EF5AA4. Grayscale: #707070. Windows color (decimal): -15686309 or 6006032. OLE color: 6006032.

HSL color Cylindrical-coordinate representation of color #10A55B: hue angle of 150.2º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A55B is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 165 91 -
CMYK 0.90 0 0.45 0.35
HSL 150.2º 0.82% 0.35% -
HSV(B) 150.2º 0.9% 0.65% -
XYZ 15.56 27.78 14.44 -
YUV 112.01 116.14 59.52 -
System Red Green Blue C M Y K H S L
Decimal 16 165 91 0.90 0 0.45 0.35 150.2 0.82 0.35
Hex 10 A5 5B 5A 0 2D 23 96 52 23
Octal 20 245 133 132 0 55 43 226 122 43
Binary 10000 10100101 1011011 1011010 0 101101 100011 10010110 1010010 100011

Color Harmonies of #10A55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A55B

Black with #10A55B

Text Example


Text Example

White with #10A55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10A55B; }

 p { color: rgb(16,165,91); }

 H1.HeaderClassName
 {
   color: #10A55B;
 }
 .AnyTagClassName
 {
   color: #10A55B;
 }
</style>

background-color css

<style>
 a { background-color: #10A55B; }

 a { background-color: rgb(16,165,91); }

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

border-color css

<style>
 span { border-color: #10A55B; }

 span { border-color: rgb(16,165,91); }

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