Html Css Color HEX #1CA63F Dark Pastel Green

📋 copy color: '#1CA63F'

red 28 ◦ green 166 ◦ blue 63

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

Shades of Dark Pastel Green #1CA63F

Tints of Dark Pastel Green #1CA63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.51%

R = 10.89%
G = 64.59%
B = 24.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#1CA63F (or 0x1CA63F) is known color: Dark Pastel Green. HEX triplet: 1C, A6 and 3F. RGB value is (28,166,63). Sum of RGB (Red+Green+Blue) = 28+166+63=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 166 (65.23% from 255 or 64.59% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA63F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA63F is #E359C0. Grayscale: #717171. Windows color (decimal): -14899649 or 4171292. OLE color: 4171292.

HSL color Cylindrical-coordinate representation of color #1CA63F: hue angle of 135.22º 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 #1CA63F is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 28 166 63 -
CMYK 0.83 0 0.62 0.35
HSL 135.22º 0.71% 0.38% -
HSV(B) 135.22º 0.83% 0.65% -
XYZ 15.01 27.88 9.29 -
YUV 113 99.78 67.38 -
System Red Green Blue C M Y K H S L
Decimal 28 166 63 0.83 0 0.62 0.35 135.22 0.71 0.38
Hex 1C A6 3F 53 0 3E 23 87 47 26
Octal 34 246 77 123 0 76 43 207 107 46
Binary 11100 10100110 111111 1010011 0 111110 100011 10000111 1000111 100110

Color Harmonies of #1CA63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA63F

Black with #1CA63F

Text Example


Text Example

White with #1CA63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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