Html Css Color HEX #5AC231 Apple

📋 copy color: '#5AC231'

red 90 ◦ green 194 ◦ blue 49

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

Shades of Apple #5AC231

Tints of Apple #5AC231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.71%

R = 27.03%
G = 58.26%
B = 14.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#5AC231 (or 0x5AC231) is known color: Apple. HEX triplet: 5A, C2 and 31. RGB value is (90,194,49). Sum of RGB (Red+Green+Blue) = 90+194+49=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC231 is #A53DCE. Grayscale: #929292. Windows color (decimal): -10829263 or 3261018. OLE color: 3261018.

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

Color convert

RGB 90 194 49 -
CMYK 0.54 0 0.75 0.24
HSL 103.03º 0.6% 0.48% -
HSV(B) 103.03º 0.75% 0.76% -
XYZ 24.06 40.98 9.55 -
YUV 146.37 73.04 87.79 -
System Red Green Blue C M Y K H S L
Decimal 90 194 49 0.54 0 0.75 0.24 103.03 0.6 0.48
Hex 5A C2 31 36 0 4B 18 67 3C 30
Octal 132 302 61 66 0 113 30 147 74 60
Binary 1011010 11000010 110001 110110 0 1001011 11000 1100111 111100 110000

Color Harmonies of #5AC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC231

Black with #5AC231

Text Example


Text Example

White with #5AC231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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