Html Css Color HEX #5AB94A Apple

📋 copy color: '#5AB94A'

red 90 ◦ green 185 ◦ blue 74

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

Shades of Apple #5AB94A

Tints of Apple #5AB94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.2%

R = 25.79%
G = 53.01%
B = 21.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#5AB94A (or 0x5AB94A) is known color: Apple. HEX triplet: 5A, B9 and 4A. RGB value is (90,185,74). Sum of RGB (Red+Green+Blue) = 90+185+74=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB94A is #A546B5. Grayscale: #909090. Windows color (decimal): -10831542 or 4897114. OLE color: 4897114.

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

Color convert

RGB 90 185 74 -
CMYK 0.51 0 0.6 0.27
HSL 111.35º 0.44% 0.51% -
HSV(B) 111.35º 0.6% 0.73% -
XYZ 22.8 37.37 12.49 -
YUV 143.94 88.53 89.53 -
System Red Green Blue C M Y K H S L
Decimal 90 185 74 0.51 0 0.6 0.27 111.35 0.44 0.51
Hex 5A B9 4A 33 0 3C 1B 6F 2C 33
Octal 132 271 112 63 0 74 33 157 54 63
Binary 1011010 10111001 1001010 110011 0 111100 11011 1101111 101100 110011

Color Harmonies of #5AB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB94A

Black with #5AB94A

Text Example


Text Example

White with #5AB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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