Html Css Color HEX #5AB952 Apple

📋 copy color: '#5AB952'

red 90 ◦ green 185 ◦ blue 82

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

Shades of Apple #5AB952

Tints of Apple #5AB952

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.82%

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

R = 25.21%
G = 51.82%
B = 22.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#5AB952 (or 0x5AB952) is known color: Apple. HEX triplet: 5A, B9 and 52. RGB value is (90,185,82). Sum of RGB (Red+Green+Blue) = 90+185+82=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB952 is #A546AD. Grayscale: #919191. Windows color (decimal): -10831534 or 5421402. OLE color: 5421402.

HSL color Cylindrical-coordinate representation of color #5AB952: hue angle of 115.34º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AB952 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 185 82 -
CMYK 0.51 0 0.56 0.27
HSL 115.34º 0.42% 0.52% -
HSV(B) 115.34º 0.56% 0.73% -
XYZ 23.09 37.48 14 -
YUV 144.85 92.53 88.88 -
System Red Green Blue C M Y K H S L
Decimal 90 185 82 0.51 0 0.56 0.27 115.34 0.42 0.52
Hex 5A B9 52 33 0 38 1B 73 2A 34
Octal 132 271 122 63 0 70 33 163 52 64
Binary 1011010 10111001 1010010 110011 0 111000 11011 1110011 101010 110100

Color Harmonies of #5AB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB952

Black with #5AB952

Text Example


Text Example

White with #5AB952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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