Html Css Color HEX #5AB530 Apple

📋 copy color: '#5AB530'

red 90 ◦ green 181 ◦ blue 48

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

Shades of Apple #5AB530

Tints of Apple #5AB530

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.74%

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 28.21%
G = 56.74%
B = 15.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#5AB530 (or 0x5AB530) is known color: Apple. HEX triplet: 5A, B5 and 30. RGB value is (90,181,48). Sum of RGB (Red+Green+Blue) = 90+181+48=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB530 is #A54ACF. Grayscale: #8B8B8B. Windows color (decimal): -10832592 or 3192154. OLE color: 3192154.

HSL color Cylindrical-coordinate representation of color #5AB530: hue angle of 101.05º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AB530 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 181 48 -
CMYK 0.50 0 0.73 0.29
HSL 101.05º 0.58% 0.45% -
HSV(B) 101.05º 0.73% 0.71% -
XYZ 21.27 35.43 8.51 -
YUV 138.63 76.85 93.31 -
System Red Green Blue C M Y K H S L
Decimal 90 181 48 0.50 0 0.73 0.29 101.05 0.58 0.45
Hex 5A B5 30 32 0 49 1D 65 3A 2D
Octal 132 265 60 62 0 111 35 145 72 55
Binary 1011010 10110101 110000 110010 0 1001001 11101 1100101 111010 101101

Color Harmonies of #5AB530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB530

Black with #5AB530

Text Example


Text Example

White with #5AB530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,181,48); }

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

background-color css

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

 a { background-color: rgb(90,181,48); }

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

border-color css

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

 span { border-color: rgb(90,181,48); }

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