Html Css Color HEX #5AC052 Apple

📋 copy color: '#5AC052'

red 90 ◦ green 192 ◦ blue 82

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

Shades of Apple #5AC052

Tints of Apple #5AC052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 24.73%
G = 52.75%
B = 22.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#5AC052 (or 0x5AC052) is known color: Apple. HEX triplet: 5A, C0 and 52. RGB value is (90,192,82). Sum of RGB (Red+Green+Blue) = 90+192+82=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC052 is #A53FAD. Grayscale: #959595. Windows color (decimal): -10829742 or 5423194. OLE color: 5423194.

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

Color convert

RGB 90 192 82 -
CMYK 0.53 0 0.57 0.25
HSL 115.64º 0.47% 0.54% -
HSV(B) 115.64º 0.57% 0.75% -
XYZ 24.59 40.48 14.5 -
YUV 148.96 90.21 85.94 -
System Red Green Blue C M Y K H S L
Decimal 90 192 82 0.53 0 0.57 0.25 115.64 0.47 0.54
Hex 5A C0 52 35 0 39 19 74 2F 36
Octal 132 300 122 65 0 71 31 164 57 66
Binary 1011010 11000000 1010010 110101 0 111001 11001 1110100 101111 110110

Color Harmonies of #5AC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC052

Black with #5AC052

Text Example


Text Example

White with #5AC052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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