Html Css Color HEX #5AC038 Apple

📋 copy color: '#5AC038'

red 90 ◦ green 192 ◦ blue 56

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

Shades of Apple #5AC038

Tints of Apple #5AC038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.8%

 BLUE value IS 56 (22.27% from 255) = 16.57%

R = 26.63%
G = 56.8%
B = 16.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#5AC038 (or 0x5AC038) is known color: Apple. HEX triplet: 5A, C0 and 38. RGB value is (90,192,56). Sum of RGB (Red+Green+Blue) = 90+192+56=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC038 is #A53FC7. Grayscale: #929292. Windows color (decimal): -10829768 or 3719258. OLE color: 3719258.

HSL color Cylindrical-coordinate representation of color #5AC038: hue angle of 105º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5AC038 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 192 56 -
CMYK 0.53 0 0.71 0.25
HSL 105º 0.55% 0.49% -
HSV(B) 105º 0.71% 0.75% -
XYZ 23.78 40.16 10.24 -
YUV 146 77.21 88.06 -
System Red Green Blue C M Y K H S L
Decimal 90 192 56 0.53 0 0.71 0.25 105 0.55 0.49
Hex 5A C0 38 35 0 47 19 69 37 31
Octal 132 300 70 65 0 107 31 151 67 61
Binary 1011010 11000000 111000 110101 0 1000111 11001 1101001 110111 110001

Color Harmonies of #5AC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC038

Black with #5AC038

Text Example


Text Example

White with #5AC038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,192,56); }

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

background-color css

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

 a { background-color: rgb(90,192,56); }

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

border-color css

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

 span { border-color: rgb(90,192,56); }

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