Html Css Color HEX #1CA652 Pigment Green

📋 copy color: '#1CA652'

red 28 ◦ green 166 ◦ blue 82

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

Shades of Pigment Green #1CA652

Tints of Pigment Green #1CA652

RGB

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

 GREEN value IS 166 (65.23% from 255) = 60.14%

 BLUE value IS 82 (32.42% from 255) = 29.71%

R = 10.14%
G = 60.14%
B = 29.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#1CA652 (or 0x1CA652) is known color: Pigment Green. HEX triplet: 1C, A6 and 52. RGB value is (28,166,82). Sum of RGB (Red+Green+Blue) = 28+166+82=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 166 (65.23% from 255 or 60.14% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA652 is #E359AD. Grayscale: #737373. Windows color (decimal): -14899630 or 5416476. OLE color: 5416476.

HSL color Cylindrical-coordinate representation of color #1CA652: hue angle of 143.48º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA652 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 28 166 82 -
CMYK 0.83 0 0.51 0.35
HSL 143.48º 0.71% 0.38% -
HSV(B) 143.48º 0.83% 0.65% -
XYZ 15.64 28.13 12.59 -
YUV 115.16 109.28 65.83 -
System Red Green Blue C M Y K H S L
Decimal 28 166 82 0.83 0 0.51 0.35 143.48 0.71 0.38
Hex 1C A6 52 53 0 33 23 8F 47 26
Octal 34 246 122 123 0 63 43 217 107 46
Binary 11100 10100110 1010010 1010011 0 110011 100011 10001111 1000111 100110

Color Harmonies of #1CA652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA652

Black with #1CA652

Text Example


Text Example

White with #1CA652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,166,82); }

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

background-color css

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

 a { background-color: rgb(28,166,82); }

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

border-color css

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

 span { border-color: rgb(28,166,82); }

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