Html Css Color HEX #5AA742 Apple

📋 copy color: '#5AA742'

red 90 ◦ green 167 ◦ blue 66

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

Shades of Apple #5AA742

Tints of Apple #5AA742

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.7%

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 27.86%
G = 51.7%
B = 20.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#5AA742 (or 0x5AA742) is known color: Apple. HEX triplet: 5A, A7 and 42. RGB value is (90,167,66). Sum of RGB (Red+Green+Blue) = 90+167+66=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 167 (65.62% from 255 or 51.70% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 167 - color contains mainly: green. Hex color #5AA742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA742 is #A558BD. Grayscale: #848484. Windows color (decimal): -10836158 or 4368218. OLE color: 4368218.

HSL color Cylindrical-coordinate representation of color #5AA742: hue angle of 105.74º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AA742 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 167 66 -
CMYK 0.46 0 0.60 0.35
HSL 105.74º 0.43% 0.46% -
HSV(B) 105.74º 0.6% 0.65% -
XYZ 19.02 30.2 9.98 -
YUV 132.46 90.49 97.71 -
System Red Green Blue C M Y K H S L
Decimal 90 167 66 0.46 0 0.60 0.35 105.74 0.43 0.46
Hex 5A A7 42 2E 0 3C 23 6A 2B 2E
Octal 132 247 102 56 0 74 43 152 53 56
Binary 1011010 10100111 1000010 101110 0 111100 100011 1101010 101011 101110

Color Harmonies of #5AA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA742

Black with #5AA742

Text Example


Text Example

White with #5AA742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,167,66); }

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

background-color css

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

 a { background-color: rgb(90,167,66); }

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

border-color css

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

 span { border-color: rgb(90,167,66); }

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