Html Css Color HEX #5AB94B Apple

📋 copy color: '#5AB94B'

red 90 ◦ green 185 ◦ blue 75

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

Shades of Apple #5AB94B

Tints of Apple #5AB94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 25.71%
G = 52.86%
B = 21.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#5AB94B (or 0x5AB94B) is known color: Apple. HEX triplet: 5A, B9 and 4B. RGB value is (90,185,75). Sum of RGB (Red+Green+Blue) = 90+185+75=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB94B is #A546B4. Grayscale: #909090. Windows color (decimal): -10831541 or 4962650. OLE color: 4962650.

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

Color convert

RGB 90 185 75 -
CMYK 0.51 0 0.59 0.27
HSL 111.82º 0.44% 0.51% -
HSV(B) 111.82º 0.59% 0.73% -
XYZ 22.84 37.38 12.67 -
YUV 144.06 89.03 89.44 -
System Red Green Blue C M Y K H S L
Decimal 90 185 75 0.51 0 0.59 0.27 111.82 0.44 0.51
Hex 5A B9 4B 33 0 3B 1B 70 2C 33
Octal 132 271 113 63 0 73 33 160 54 63
Binary 1011010 10111001 1001011 110011 0 111011 11011 1110000 101100 110011

Color Harmonies of #5AB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB94B

Black with #5AB94B

Text Example


Text Example

White with #5AB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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