Html Css Color HEX #5A9D3F Apple

📋 copy color: '#5A9D3F'

red 90 ◦ green 157 ◦ blue 63

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

Shades of Apple #5A9D3F

Tints of Apple #5A9D3F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.65%

 BLUE value IS 63 (25% from 255) = 20.32%

R = 29.03%
G = 50.65%
B = 20.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#5A9D3F (or 0x5A9D3F) is known color: Apple. HEX triplet: 5A, 9D and 3F. RGB value is (90,157,63). Sum of RGB (Red+Green+Blue) = 90+157+63=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9D3F is #A562C0. Grayscale: #7E7E7E. Windows color (decimal): -10838721 or 4169050. OLE color: 4169050.

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

Color convert

RGB 90 157 63 -
CMYK 0.43 0 0.60 0.38
HSL 102.77º 0.43% 0.43% -
HSV(B) 102.77º 0.6% 0.62% -
XYZ 17.17 26.65 8.94 -
YUV 126.25 92.3 102.14 -
System Red Green Blue C M Y K H S L
Decimal 90 157 63 0.43 0 0.60 0.38 102.77 0.43 0.43
Hex 5A 9D 3F 2B 0 3C 26 67 2B 2B
Octal 132 235 77 53 0 74 46 147 53 53
Binary 1011010 10011101 111111 101011 0 111100 100110 1100111 101011 101011

Color Harmonies of #5A9D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9D3F

Black with #5A9D3F

Text Example


Text Example

White with #5A9D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,157,63); }

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

background-color css

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

 a { background-color: rgb(90,157,63); }

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

border-color css

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

 span { border-color: rgb(90,157,63); }

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