Html Css Color HEX #1CB25E Pigment Green

📋 copy color: '#1CB25E'

red 28 ◦ green 178 ◦ blue 94

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

Shades of Pigment Green #1CB25E

Tints of Pigment Green #1CB25E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.33%

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 9.33%
G = 59.33%
B = 31.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#1CB25E (or 0x1CB25E) is known color: Pigment Green. HEX triplet: 1C, B2 and 5E. RGB value is (28,178,94). Sum of RGB (Red+Green+Blue) = 28+178+94=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 178 (69.92% from 255 or 59.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CB25E is #E34DA1. Grayscale: #7B7B7B. Windows color (decimal): -14896546 or 6205980. OLE color: 6205980.

HSL color Cylindrical-coordinate representation of color #1CB25E: hue angle of 146.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB25E is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 178 94 -
CMYK 0.84 0 0.47 0.30
HSL 146.4º 0.73% 0.4% -
HSV(B) 146.4º 0.84% 0.7% -
XYZ 18.42 32.9 15.97 -
YUV 123.57 111.31 59.83 -
System Red Green Blue C M Y K H S L
Decimal 28 178 94 0.84 0 0.47 0.30 146.4 0.73 0.4
Hex 1C B2 5E 54 0 2F 1E 92 49 28
Octal 34 262 136 124 0 57 36 222 111 50
Binary 11100 10110010 1011110 1010100 0 101111 11110 10010010 1001001 101000

Color Harmonies of #1CB25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB25E

Black with #1CB25E

Text Example


Text Example

White with #1CB25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,178,94); }

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

background-color css

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

 a { background-color: rgb(28,178,94); }

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

border-color css

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

 span { border-color: rgb(28,178,94); }

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