Html Css Color HEX #1CA17C Jungle Green

📋 copy color: '#1CA17C'

red 28 ◦ green 161 ◦ blue 124

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

Shades of Jungle Green #1CA17C

Tints of Jungle Green #1CA17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.44%

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 8.95%
G = 51.44%
B = 39.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#1CA17C (or 0x1CA17C) is known color: Jungle Green. HEX triplet: 1C, A1 and 7C. RGB value is (28,161,124). Sum of RGB (Red+Green+Blue) = 28+161+124=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA17C is #E35E83. Grayscale: #757575. Windows color (decimal): -14900868 or 8167708. OLE color: 8167708.

HSL color Cylindrical-coordinate representation of color #1CA17C: hue angle of 163.31º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA17C is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 28 161 124 -
CMYK 0.83 0 0.23 0.37
HSL 163.31º 0.7% 0.37% -
HSV(B) 163.31º 0.83% 0.63% -
XYZ 16.86 27.19 23.43 -
YUV 117.02 131.94 64.51 -
System Red Green Blue C M Y K H S L
Decimal 28 161 124 0.83 0 0.23 0.37 163.31 0.7 0.37
Hex 1C A1 7C 53 0 17 25 A3 46 25
Octal 34 241 174 123 0 27 45 243 106 45
Binary 11100 10100001 1111100 1010011 0 10111 100101 10100011 1000110 100101

Color Harmonies of #1CA17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA17C

Black with #1CA17C

Text Example


Text Example

White with #1CA17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,161,124); }

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

background-color css

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

 a { background-color: rgb(28,161,124); }

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

border-color css

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

 span { border-color: rgb(28,161,124); }

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