Html Css Color HEX #5AAF4D Apple

📋 copy color: '#5AAF4D'

red 90 ◦ green 175 ◦ blue 77

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

Shades of Apple #5AAF4D

Tints of Apple #5AAF4D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.17%

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 26.32%
G = 51.17%
B = 22.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#5AAF4D (or 0x5AAF4D) is known color: Apple. HEX triplet: 5A, AF and 4D. RGB value is (90,175,77). Sum of RGB (Red+Green+Blue) = 90+175+77=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF4D is #A550B2. Grayscale: #8A8A8A. Windows color (decimal): -10834099 or 5091162. OLE color: 5091162.

HSL color Cylindrical-coordinate representation of color #5AAF4D: hue angle of 112.04º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AAF4D is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 175 77 -
CMYK 0.49 0 0.56 0.31
HSL 112.04º 0.39% 0.49% -
HSV(B) 112.04º 0.56% 0.69% -
XYZ 20.89 33.37 12.36 -
YUV 138.41 93.34 93.47 -
System Red Green Blue C M Y K H S L
Decimal 90 175 77 0.49 0 0.56 0.31 112.04 0.39 0.49
Hex 5A AF 4D 31 0 38 1F 70 27 31
Octal 132 257 115 61 0 70 37 160 47 61
Binary 1011010 10101111 1001101 110001 0 111000 11111 1110000 100111 110001

Color Harmonies of #5AAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAF4D

Black with #5AAF4D

Text Example


Text Example

White with #5AAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,175,77); }

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

background-color css

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

 a { background-color: rgb(90,175,77); }

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

border-color css

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

 span { border-color: rgb(90,175,77); }

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