Html Css Color HEX #5AC246 Apple

📋 copy color: '#5AC246'

red 90 ◦ green 194 ◦ blue 70

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

Shades of Apple #5AC246

Tints of Apple #5AC246

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.8%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 25.42%
G = 54.8%
B = 19.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#5AC246 (or 0x5AC246) is known color: Apple. HEX triplet: 5A, C2 and 46. RGB value is (90,194,70). Sum of RGB (Red+Green+Blue) = 90+194+70=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC246 is #A53DB9. Grayscale: #959595. Windows color (decimal): -10829242 or 4637274. OLE color: 4637274.

HSL color Cylindrical-coordinate representation of color #5AC246: hue angle of 110.32º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AC246 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 194 70 -
CMYK 0.54 0 0.64 0.24
HSL 110.32º 0.5% 0.52% -
HSV(B) 110.32º 0.64% 0.76% -
XYZ 24.61 41.2 12.45 -
YUV 148.77 83.54 86.08 -
System Red Green Blue C M Y K H S L
Decimal 90 194 70 0.54 0 0.64 0.24 110.32 0.5 0.52
Hex 5A C2 46 36 0 40 18 6E 32 34
Octal 132 302 106 66 0 100 30 156 62 64
Binary 1011010 11000010 1000110 110110 0 1000000 11000 1101110 110010 110100

Color Harmonies of #5AC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC246

Black with #5AC246

Text Example


Text Example

White with #5AC246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,194,70); }

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

background-color css

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

 a { background-color: rgb(90,194,70); }

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

border-color css

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

 span { border-color: rgb(90,194,70); }

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