Html Css Color HEX #5ACC4A Apple

📋 copy color: '#5ACC4A'

red 90 ◦ green 204 ◦ blue 74

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

Shades of Apple #5ACC4A

Tints of Apple #5ACC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.43%

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

R = 24.46%
G = 55.43%
B = 20.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#5ACC4A (or 0x5ACC4A) is known color: Apple. HEX triplet: 5A, CC and 4A. RGB value is (90,204,74). Sum of RGB (Red+Green+Blue) = 90+204+74=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACC4A is #A533B5. Grayscale: #9B9B9B. Windows color (decimal): -10826678 or 4901978. OLE color: 4901978.

HSL color Cylindrical-coordinate representation of color #5ACC4A: hue angle of 112.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ACC4A is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 204 74 -
CMYK 0.56 0 0.64 0.2
HSL 112.62º 0.56% 0.55% -
HSV(B) 112.62º 0.64% 0.8% -
XYZ 27.05 45.85 13.9 -
YUV 155.09 82.23 81.57 -
System Red Green Blue C M Y K H S L
Decimal 90 204 74 0.56 0 0.64 0.2 112.62 0.56 0.55
Hex 5A CC 4A 38 0 40 14 71 38 37
Octal 132 314 112 70 0 100 24 161 70 67
Binary 1011010 11001100 1001010 111000 0 1000000 10100 1110001 111000 110111

Color Harmonies of #5ACC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACC4A

Black with #5ACC4A

Text Example


Text Example

White with #5ACC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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