Html Css Color HEX #5ACA40 Apple

📋 copy color: '#5ACA40'

red 90 ◦ green 202 ◦ blue 64

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

Shades of Apple #5ACA40

Tints of Apple #5ACA40

RGB

 RED value IS 90 (35.55% from 255) = 25.28%

 GREEN value IS 202 (79.3% from 255) = 56.74%

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 25.28%
G = 56.74%
B = 17.98%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#5ACA40 (or 0x5ACA40) is known color: Apple. HEX triplet: 5A, CA and 40. RGB value is (90,202,64). Sum of RGB (Red+Green+Blue) = 90+202+64=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACA40 is #A535BF. Grayscale: #999999. Windows color (decimal): -10827200 or 4246106. OLE color: 4246106.

HSL color Cylindrical-coordinate representation of color #5ACA40: hue angle of 108.7º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5ACA40 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 202 64 -
CMYK 0.55 0 0.68 0.21
HSL 108.7º 0.57% 0.52% -
HSV(B) 108.7º 0.68% 0.79% -
XYZ 26.26 44.78 12.11 -
YUV 152.78 77.89 83.22 -
System Red Green Blue C M Y K H S L
Decimal 90 202 64 0.55 0 0.68 0.21 108.7 0.57 0.52
Hex 5A CA 40 37 0 44 15 6D 39 34
Octal 132 312 100 67 0 104 25 155 71 64
Binary 1011010 11001010 1000000 110111 0 1000100 10101 1101101 111001 110100

Color Harmonies of #5ACA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACA40

Black with #5ACA40

Text Example


Text Example

White with #5ACA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,202,64); }

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

background-color css

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

 a { background-color: rgb(90,202,64); }

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

border-color css

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

 span { border-color: rgb(90,202,64); }

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