Html Css Color HEX #5AAF32 Apple

📋 copy color: '#5AAF32'

red 90 ◦ green 175 ◦ blue 50

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

Shades of Apple #5AAF32

Tints of Apple #5AAF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 28.57%
G = 55.56%
B = 15.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#5AAF32 (or 0x5AAF32) is known color: Apple. HEX triplet: 5A, AF and 32. RGB value is (90,175,50). Sum of RGB (Red+Green+Blue) = 90+175+50=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF32 is #A550CD. Grayscale: #878787. Windows color (decimal): -10834126 or 3321690. OLE color: 3321690.

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

Color convert

RGB 90 175 50 -
CMYK 0.49 0 0.71 0.31
HSL 100.8º 0.56% 0.44% -
HSV(B) 100.8º 0.71% 0.69% -
XYZ 20.12 33.06 8.34 -
YUV 135.34 79.84 95.66 -
System Red Green Blue C M Y K H S L
Decimal 90 175 50 0.49 0 0.71 0.31 100.8 0.56 0.44
Hex 5A AF 32 31 0 47 1F 65 38 2C
Octal 132 257 62 61 0 107 37 145 70 54
Binary 1011010 10101111 110010 110001 0 1000111 11111 1100101 111000 101100

Color Harmonies of #5AAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAF32

Black with #5AAF32

Text Example


Text Example

White with #5AAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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