Html Css Color HEX #5ACA4A Apple

📋 copy color: '#5ACA4A'

red 90 ◦ green 202 ◦ blue 74

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

Shades of Apple #5ACA4A

Tints of Apple #5ACA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.22%

R = 24.59%
G = 55.19%
B = 20.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#5ACA4A (or 0x5ACA4A) is known color: Apple. HEX triplet: 5A, CA and 4A. RGB value is (90,202,74). Sum of RGB (Red+Green+Blue) = 90+202+74=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACA4A is #A535B5. Grayscale: #9A9A9A. Windows color (decimal): -10827190 or 4901466. OLE color: 4901466.

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

Color convert

RGB 90 202 74 -
CMYK 0.55 0 0.63 0.21
HSL 112.5º 0.55% 0.54% -
HSV(B) 112.5º 0.63% 0.79% -
XYZ 26.57 44.91 13.75 -
YUV 153.92 82.89 82.41 -
System Red Green Blue C M Y K H S L
Decimal 90 202 74 0.55 0 0.63 0.21 112.5 0.55 0.54
Hex 5A CA 4A 37 0 3F 15 70 37 36
Octal 132 312 112 67 0 77 25 160 67 66
Binary 1011010 11001010 1001010 110111 0 111111 10101 1110000 110111 110110

Color Harmonies of #5ACA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACA4A

Black with #5ACA4A

Text Example


Text Example

White with #5ACA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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