Html Css Color HEX #5AC242 Apple

📋 copy color: '#5AC242'

red 90 ◦ green 194 ◦ blue 66

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

Shades of Apple #5AC242

Tints of Apple #5AC242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 25.71%
G = 55.43%
B = 18.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#5AC242 (or 0x5AC242) is known color: Apple. HEX triplet: 5A, C2 and 42. RGB value is (90,194,66). Sum of RGB (Red+Green+Blue) = 90+194+66=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC242 is #A53DBD. Grayscale: #949494. Windows color (decimal): -10829246 or 4375130. OLE color: 4375130.

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

Color convert

RGB 90 194 66 -
CMYK 0.54 0 0.66 0.24
HSL 108.75º 0.51% 0.51% -
HSV(B) 108.75º 0.66% 0.76% -
XYZ 24.49 41.15 11.81 -
YUV 148.31 81.54 86.41 -
System Red Green Blue C M Y K H S L
Decimal 90 194 66 0.54 0 0.66 0.24 108.75 0.51 0.51
Hex 5A C2 42 36 0 42 18 6D 33 33
Octal 132 302 102 66 0 102 30 155 63 63
Binary 1011010 11000010 1000010 110110 0 1000010 11000 1101101 110011 110011

Color Harmonies of #5AC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC242

Black with #5AC242

Text Example


Text Example

White with #5AC242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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