Html Css Color HEX #5ACB4A Apple

📋 copy color: '#5ACB4A'

red 90 ◦ green 203 ◦ blue 74

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

Shades of Apple #5ACB4A

Tints of Apple #5ACB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 24.52%
G = 55.31%
B = 20.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#5ACB4A (or 0x5ACB4A) is known color: Apple. HEX triplet: 5A, CB and 4A. RGB value is (90,203,74). Sum of RGB (Red+Green+Blue) = 90+203+74=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 203 (79.69% from 255 or 55.31% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACB4A is #A534B5. Grayscale: #9A9A9A. Windows color (decimal): -10826934 or 4901722. OLE color: 4901722.

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

Color convert

RGB 90 203 74 -
CMYK 0.56 0 0.64 0.20
HSL 112.56º 0.55% 0.54% -
HSV(B) 112.56º 0.64% 0.8% -
XYZ 26.81 45.38 13.82 -
YUV 154.51 82.56 81.99 -
System Red Green Blue C M Y K H S L
Decimal 90 203 74 0.56 0 0.64 0.20 112.56 0.55 0.54
Hex 5A CB 4A 38 0 40 14 71 37 36
Octal 132 313 112 70 0 100 24 161 67 66
Binary 1011010 11001011 1001010 111000 0 1000000 10100 1110001 110111 110110

Color Harmonies of #5ACB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACB4A

Black with #5ACB4A

Text Example


Text Example

White with #5ACB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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