Html Css Color HEX #5ACF48 Apple

📋 copy color: '#5ACF48'

red 90 ◦ green 207 ◦ blue 72

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

Shades of Apple #5ACF48

Tints of Apple #5ACF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.1%

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

R = 24.39%
G = 56.1%
B = 19.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#5ACF48 (or 0x5ACF48) is known color: Apple. HEX triplet: 5A, CF and 48. RGB value is (90,207,72). Sum of RGB (Red+Green+Blue) = 90+207+72=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 207 (81.25% from 255 or 56.10% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF48 is #A530B7. Grayscale: #9D9D9D. Windows color (decimal): -10825912 or 4771674. OLE color: 4771674.

HSL color Cylindrical-coordinate representation of color #5ACF48: hue angle of 112º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ACF48 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 207 72 -
CMYK 0.57 0 0.65 0.19
HSL 112º 0.58% 0.55% -
HSV(B) 112º 0.65% 0.81% -
XYZ 27.7 47.27 13.79 -
YUV 156.63 80.24 80.48 -
System Red Green Blue C M Y K H S L
Decimal 90 207 72 0.57 0 0.65 0.19 112 0.58 0.55
Hex 5A CF 48 39 0 41 13 70 3A 37
Octal 132 317 110 71 0 101 23 160 72 67
Binary 1011010 11001111 1001000 111001 0 1000001 10011 1110000 111010 110111

Color Harmonies of #5ACF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACF48

Black with #5ACF48

Text Example


Text Example

White with #5ACF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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