Html Css Color HEX #5AD04A Apple

📋 copy color: '#5AD04A'

red 90 ◦ green 208 ◦ blue 74

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

Shades of Apple #5AD04A

Tints of Apple #5AD04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.91%

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

R = 24.19%
G = 55.91%
B = 19.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#5AD04A (or 0x5AD04A) is known color: Apple. HEX triplet: 5A, D0 and 4A. RGB value is (90,208,74). Sum of RGB (Red+Green+Blue) = 90+208+74=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD04A is #A52FB5. Grayscale: #9D9D9D. Windows color (decimal): -10825654 or 4903002. OLE color: 4903002.

HSL color Cylindrical-coordinate representation of color #5AD04A: hue angle of 112.84º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AD04A is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 208 74 -
CMYK 0.57 0 0.64 0.18
HSL 112.84º 0.59% 0.55% -
HSV(B) 112.84º 0.64% 0.82% -
XYZ 28.01 47.78 14.22 -
YUV 157.44 80.91 79.9 -
System Red Green Blue C M Y K H S L
Decimal 90 208 74 0.57 0 0.64 0.18 112.84 0.59 0.55
Hex 5A D0 4A 39 0 40 12 71 3B 37
Octal 132 320 112 71 0 100 22 161 73 67
Binary 1011010 11010000 1001010 111001 0 1000000 10010 1110001 111011 110111

Color Harmonies of #5AD04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD04A

Black with #5AD04A

Text Example


Text Example

White with #5AD04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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