Html Css Color HEX #5AB434 Apple

📋 copy color: '#5AB434'

red 90 ◦ green 180 ◦ blue 52

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

Shades of Apple #5AB434

Tints of Apple #5AB434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.9%

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 27.95%
G = 55.9%
B = 16.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#5AB434 (or 0x5AB434) is known color: Apple. HEX triplet: 5A, B4 and 34. RGB value is (90,180,52). Sum of RGB (Red+Green+Blue) = 90+180+52=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB434 is #A54BCB. Grayscale: #8A8A8A. Windows color (decimal): -10832844 or 3454042. OLE color: 3454042.

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

Color convert

RGB 90 180 52 -
CMYK 0.50 0 0.71 0.29
HSL 102.19º 0.55% 0.45% -
HSV(B) 102.19º 0.71% 0.71% -
XYZ 21.16 35.06 8.9 -
YUV 138.5 79.18 93.41 -
System Red Green Blue C M Y K H S L
Decimal 90 180 52 0.50 0 0.71 0.29 102.19 0.55 0.45
Hex 5A B4 34 32 0 47 1D 66 37 2D
Octal 132 264 64 62 0 107 35 146 67 55
Binary 1011010 10110100 110100 110010 0 1000111 11101 1100110 110111 101101

Color Harmonies of #5AB434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB434

Black with #5AB434

Text Example


Text Example

White with #5AB434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,180,52); }

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

background-color css

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

 a { background-color: rgb(90,180,52); }

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

border-color css

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

 span { border-color: rgb(90,180,52); }

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