Html Css Color HEX #5AAA3D Apple

📋 copy color: '#5AAA3D'

red 90 ◦ green 170 ◦ blue 61

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

Shades of Apple #5AAA3D

Tints of Apple #5AAA3D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.96%

 BLUE value IS 61 (24.22% from 255) = 19%

R = 28.04%
G = 52.96%
B = 19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#5AAA3D (or 0x5AAA3D) is known color: Apple. HEX triplet: 5A, AA and 3D. RGB value is (90,170,61). Sum of RGB (Red+Green+Blue) = 90+170+61=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA3D is #A555C2. Grayscale: #868686. Windows color (decimal): -10835395 or 4041306. OLE color: 4041306.

HSL color Cylindrical-coordinate representation of color #5AAA3D: hue angle of 104.04º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AAA3D is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 170 61 -
CMYK 0.47 0 0.64 0.33
HSL 104.04º 0.47% 0.45% -
HSV(B) 104.04º 0.64% 0.67% -
XYZ 19.43 31.26 9.42 -
YUV 133.65 87 96.86 -
System Red Green Blue C M Y K H S L
Decimal 90 170 61 0.47 0 0.64 0.33 104.04 0.47 0.45
Hex 5A AA 3D 2F 0 40 21 68 2F 2D
Octal 132 252 75 57 0 100 41 150 57 55
Binary 1011010 10101010 111101 101111 0 1000000 100001 1101000 101111 101101

Color Harmonies of #5AAA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA3D

Black with #5AAA3D

Text Example


Text Example

White with #5AAA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,170,61); }

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

background-color css

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

 a { background-color: rgb(90,170,61); }

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

border-color css

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

 span { border-color: rgb(90,170,61); }

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