Html Css Color HEX #5AC132 Apple

📋 copy color: '#5AC132'

red 90 ◦ green 193 ◦ blue 50

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

Shades of Apple #5AC132

Tints of Apple #5AC132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.96%

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

R = 27.03%
G = 57.96%
B = 15.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#5AC132 (or 0x5AC132) is known color: Apple. HEX triplet: 5A, C1 and 32. RGB value is (90,193,50). Sum of RGB (Red+Green+Blue) = 90+193+50=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC132 is #A53ECD. Grayscale: #929292. Windows color (decimal): -10829518 or 3326298. OLE color: 3326298.

HSL color Cylindrical-coordinate representation of color #5AC132: hue angle of 103.22º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5AC132 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 193 50 -
CMYK 0.53 0 0.74 0.24
HSL 103.22º 0.59% 0.48% -
HSV(B) 103.22º 0.74% 0.76% -
XYZ 23.86 40.54 9.59 -
YUV 145.9 73.88 88.13 -
System Red Green Blue C M Y K H S L
Decimal 90 193 50 0.53 0 0.74 0.24 103.22 0.59 0.48
Hex 5A C1 32 35 0 4A 18 67 3B 30
Octal 132 301 62 65 0 112 30 147 73 60
Binary 1011010 11000001 110010 110101 0 1001010 11000 1100111 111011 110000

Color Harmonies of #5AC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC132

Black with #5AC132

Text Example


Text Example

White with #5AC132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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