Html Css Color HEX #5AC348 Apple

📋 copy color: '#5AC348'

red 90 ◦ green 195 ◦ blue 72

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

Shades of Apple #5AC348

Tints of Apple #5AC348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.62%

 BLUE value IS 72 (28.52% from 255) = 20.17%

R = 25.21%
G = 54.62%
B = 20.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#5AC348 (or 0x5AC348) is known color: Apple. HEX triplet: 5A, C3 and 48. RGB value is (90,195,72). Sum of RGB (Red+Green+Blue) = 90+195+72=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC348 is #A53CB7. Grayscale: #959595. Windows color (decimal): -10828984 or 4768602. OLE color: 4768602.

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

Color convert

RGB 90 195 72 -
CMYK 0.54 0 0.63 0.24
HSL 111.22º 0.51% 0.52% -
HSV(B) 111.22º 0.63% 0.76% -
XYZ 24.9 41.67 12.86 -
YUV 149.58 84.21 85.5 -
System Red Green Blue C M Y K H S L
Decimal 90 195 72 0.54 0 0.63 0.24 111.22 0.51 0.52
Hex 5A C3 48 36 0 3F 18 6F 33 34
Octal 132 303 110 66 0 77 30 157 63 64
Binary 1011010 11000011 1001000 110110 0 111111 11000 1101111 110011 110100

Color Harmonies of #5AC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC348

Black with #5AC348

Text Example


Text Example

White with #5AC348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,195,72); }

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

background-color css

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

 a { background-color: rgb(90,195,72); }

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

border-color css

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

 span { border-color: rgb(90,195,72); }

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