Html Css Color HEX #10B45F Pigment Green

📋 copy color: '#10B45F'

red 16 ◦ green 180 ◦ blue 95

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

Shades of Pigment Green #10B45F

Tints of Pigment Green #10B45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 5.5%
G = 61.86%
B = 32.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#10B45F (or 0x10B45F) is known color: Pigment Green. HEX triplet: 10, B4 and 5F. RGB value is (16,180,95). Sum of RGB (Red+Green+Blue) = 16+180+95=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 180 (70.70% from 255 or 61.86% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 180 - color contains mainly: green. Hex color #10B45F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B45F is #EF4BA0. Grayscale: #797979. Windows color (decimal): -15682465 or 6272016. OLE color: 6272016.

HSL color Cylindrical-coordinate representation of color #10B45F: hue angle of 148.9º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B45F is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 180 95 -
CMYK 0.91 0 0.47 0.29
HSL 148.9º 0.84% 0.38% -
HSV(B) 148.9º 0.91% 0.71% -
XYZ 18.6 33.58 16.33 -
YUV 121.27 113.17 52.91 -
System Red Green Blue C M Y K H S L
Decimal 16 180 95 0.91 0 0.47 0.29 148.9 0.84 0.38
Hex 10 B4 5F 5B 0 2F 1D 95 54 26
Octal 20 264 137 133 0 57 35 225 124 46
Binary 10000 10110100 1011111 1011011 0 101111 11101 10010101 1010100 100110

Color Harmonies of #10B45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B45F

Black with #10B45F

Text Example


Text Example

White with #10B45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,180,95); }

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

background-color css

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

 a { background-color: rgb(16,180,95); }

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

border-color css

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

 span { border-color: rgb(16,180,95); }

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