Html Css Color HEX #5A9E3D Apple

📋 copy color: '#5A9E3D'

red 90 ◦ green 158 ◦ blue 61

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

Shades of Apple #5A9E3D

Tints of Apple #5A9E3D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.13%

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

R = 29.13%
G = 51.13%
B = 19.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#5A9E3D (or 0x5A9E3D) is known color: Apple. HEX triplet: 5A, 9E and 3D. RGB value is (90,158,61). Sum of RGB (Red+Green+Blue) = 90+158+61=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9E3D is #A561C2. Grayscale: #7E7E7E. Windows color (decimal): -10838467 or 4038234. OLE color: 4038234.

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

Color convert

RGB 90 158 61 -
CMYK 0.43 0 0.61 0.38
HSL 102.06º 0.44% 0.43% -
HSV(B) 102.06º 0.61% 0.62% -
XYZ 17.29 26.96 8.71 -
YUV 126.61 90.97 101.89 -
System Red Green Blue C M Y K H S L
Decimal 90 158 61 0.43 0 0.61 0.38 102.06 0.44 0.43
Hex 5A 9E 3D 2B 0 3D 26 66 2C 2B
Octal 132 236 75 53 0 75 46 146 54 53
Binary 1011010 10011110 111101 101011 0 111101 100110 1100110 101100 101011

Color Harmonies of #5A9E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9E3D

Black with #5A9E3D

Text Example


Text Example

White with #5A9E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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