Html Css Color HEX #1CB75A Pigment Green

📋 copy color: '#1CB75A'

red 28 ◦ green 183 ◦ blue 90

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

Shades of Pigment Green #1CB75A

Tints of Pigment Green #1CB75A

RGB

 RED value IS 28 (11.33% from 255) = 9.3%

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

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 9.3%
G = 60.8%
B = 29.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#1CB75A (or 0x1CB75A) is known color: Pigment Green. HEX triplet: 1C, B7 and 5A. RGB value is (28,183,90). Sum of RGB (Red+Green+Blue) = 28+183+90=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB75A is #E348A5. Grayscale: #7E7E7E. Windows color (decimal): -14895270 or 5945116. OLE color: 5945116.

HSL color Cylindrical-coordinate representation of color #1CB75A: hue angle of 144º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB75A is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 28 183 90 -
CMYK 0.85 0 0.51 0.28
HSL 144º 0.73% 0.41% -
HSV(B) 144º 0.85% 0.72% -
XYZ 19.26 34.85 15.38 -
YUV 126.05 107.65 58.06 -
System Red Green Blue C M Y K H S L
Decimal 28 183 90 0.85 0 0.51 0.28 144 0.73 0.41
Hex 1C B7 5A 55 0 33 1C 90 49 29
Octal 34 267 132 125 0 63 34 220 111 51
Binary 11100 10110111 1011010 1010101 0 110011 11100 10010000 1001001 101001

Color Harmonies of #1CB75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB75A

Black with #1CB75A

Text Example


Text Example

White with #1CB75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CB75A; }

 p { color: rgb(28,183,90); }

 H1.HeaderClassName
 {
   color: #1CB75A;
 }
 .AnyTagClassName
 {
   color: #1CB75A;
 }
</style>

background-color css

<style>
 a { background-color: #1CB75A; }

 a { background-color: rgb(28,183,90); }

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

border-color css

<style>
 span { border-color: #1CB75A; }

 span { border-color: rgb(28,183,90); }

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