Html Css Color HEX #5AC032 Apple

📋 copy color: '#5AC032'

red 90 ◦ green 192 ◦ blue 50

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

Shades of Apple #5AC032

Tints of Apple #5AC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.83%

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

R = 27.11%
G = 57.83%
B = 15.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#5AC032 (or 0x5AC032) is known color: Apple. HEX triplet: 5A, C0 and 32. RGB value is (90,192,50). Sum of RGB (Red+Green+Blue) = 90+192+50=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC032 is #A53FCD. Grayscale: #919191. Windows color (decimal): -10829774 or 3326042. OLE color: 3326042.

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

Color convert

RGB 90 192 50 -
CMYK 0.53 0 0.74 0.25
HSL 103.1º 0.59% 0.47% -
HSV(B) 103.1º 0.74% 0.75% -
XYZ 23.64 40.1 9.51 -
YUV 145.31 74.21 88.55 -
System Red Green Blue C M Y K H S L
Decimal 90 192 50 0.53 0 0.74 0.25 103.1 0.59 0.47
Hex 5A C0 32 35 0 4A 19 67 3B 2F
Octal 132 300 62 65 0 112 31 147 73 57
Binary 1011010 11000000 110010 110101 0 1001010 11001 1100111 111011 101111

Color Harmonies of #5AC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC032

Black with #5AC032

Text Example


Text Example

White with #5AC032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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