Html Css Color HEX #5ACB46 Apple

📋 copy color: '#5ACB46'

red 90 ◦ green 203 ◦ blue 70

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

Shades of Apple #5ACB46

Tints of Apple #5ACB46

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.92%

 BLUE value IS 70 (27.73% from 255) = 19.28%

R = 24.79%
G = 55.92%
B = 19.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#5ACB46 (or 0x5ACB46) is known color: Apple. HEX triplet: 5A, CB and 46. RGB value is (90,203,70). Sum of RGB (Red+Green+Blue) = 90+203+70=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACB46 is #A534B9. Grayscale: #9A9A9A. Windows color (decimal): -10826938 or 4639578. OLE color: 4639578.

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

Color convert

RGB 90 203 70 -
CMYK 0.56 0 0.66 0.20
HSL 110.98º 0.56% 0.54% -
HSV(B) 110.98º 0.66% 0.8% -
XYZ 26.68 45.33 13.14 -
YUV 154.05 80.56 82.31 -
System Red Green Blue C M Y K H S L
Decimal 90 203 70 0.56 0 0.66 0.20 110.98 0.56 0.54
Hex 5A CB 46 38 0 42 14 6F 38 36
Octal 132 313 106 70 0 102 24 157 70 66
Binary 1011010 11001011 1000110 111000 0 1000010 10100 1101111 111000 110110

Color Harmonies of #5ACB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACB46

Black with #5ACB46

Text Example


Text Example

White with #5ACB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,203,70); }

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

background-color css

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

 a { background-color: rgb(90,203,70); }

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

border-color css

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

 span { border-color: rgb(90,203,70); }

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