#5CA13E

Color #5CA13E Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5CA13E

Tints of Apple #5CA13E

Color information

#5CA13E (or 0x5CA13E) is unknown color: approx Apple. HEX triplet: 5C, A1 and 3E. RGB value is (92,161,62). Sum of RGB (Red+Green+Blue) = 92+161+62=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA13E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA13E is #A35EC1. Grayscale: #818181. Windows color (decimal): -10706626 or 4104540. OLE color: 4104540.

HSL color Cylindrical-coordinate representation of color #5CA13E: hue angle of 101.82º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CA13E is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB9216162-
CMYK0.4300.610.37
HSL101.82º44.39%43.73%-
HSV(B)101.82º61.49%63.14%-
XYZ18.0328.119.03-
YUV129.0890.14101.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.21%
GREEN value IS 161 (63.28% from 255) = 51.11%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=29.21%
G=51.11%
B=19.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal92161620.4300.610.37101.8244.3943.73
Hex5CA13E2B03D25662c2c
Octal1342417653075451465454
Binary10111001010000111111010101101111011001011100110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CA13E; }

 p { color: rgb(92,161,62); }

 H1.HeaderClassName
 {
   color: #5CA13E;
 }
 .AnyTagClassName
 {
   color: #5CA13E;
 }
</style>
background-color css

<style>
 a { background-color: #5CA13E; }

 a { background-color: rgb(92,161,62); }

 div.DivClassName
 {
   background-color: #5CA13E;
 }
 .BgClassName
 {
   background-color: #5CA13E;
 }
</style>
border-color css

<style>
 span { border-color: #5CA13E; }

 span { border-color: rgb(92,161,62); }

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