Html Css Color HEX #5CAA3D Apple

📋 copy color: '#5CAA3D'

red 92 ◦ green 170 ◦ blue 61

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

Shades of Apple #5CAA3D

Tints of Apple #5CAA3D

RGB

 RED value IS 92 (36.33% from 255) = 28.48%

 GREEN value IS 170 (66.8% from 255) = 52.63%

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 28.48%
G = 52.63%
B = 18.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#5CAA3D (or 0x5CAA3D) is known color: Apple. HEX triplet: 5C, AA and 3D. RGB value is (92,170,61). Sum of RGB (Red+Green+Blue) = 92+170+61=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAA3D is #A355C2. Grayscale: #868686. Windows color (decimal): -10704323 or 4041308. OLE color: 4041308.

HSL color Cylindrical-coordinate representation of color #5CAA3D: hue angle of 102.94º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CAA3D is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 170 61 -
CMYK 0.46 0 0.64 0.33
HSL 102.94º 0.47% 0.45% -
HSV(B) 102.94º 0.64% 0.67% -
XYZ 19.63 31.36 9.43 -
YUV 134.25 86.66 97.86 -
System Red Green Blue C M Y K H S L
Decimal 92 170 61 0.46 0 0.64 0.33 102.94 0.47 0.45
Hex 5C AA 3D 2E 0 40 21 67 2F 2D
Octal 134 252 75 56 0 100 41 147 57 55
Binary 1011100 10101010 111101 101110 0 1000000 100001 1100111 101111 101101

Color Harmonies of #5CAA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAA3D

Black with #5CAA3D

Text Example


Text Example

White with #5CAA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,170,61); }

 H1.HeaderClassName
 {
   color: #5CAA3D;
 }
 .AnyTagClassName
 {
   color: #5CAA3D;
 }
</style>

background-color css

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

 a { background-color: rgb(92,170,61); }

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

border-color css

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

 span { border-color: rgb(92,170,61); }

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