Html Css Color HEX #5ACC4B Apple

📋 copy color: '#5ACC4B'

red 90 ◦ green 204 ◦ blue 75

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

Shades of Apple #5ACC4B

Tints of Apple #5ACC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.28%

 BLUE value IS 75 (29.69% from 255) = 20.33%

R = 24.39%
G = 55.28%
B = 20.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#5ACC4B (or 0x5ACC4B) is known color: Apple. HEX triplet: 5A, CC and 4B. RGB value is (90,204,75). Sum of RGB (Red+Green+Blue) = 90+204+75=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACC4B is #A533B4. Grayscale: #9B9B9B. Windows color (decimal): -10826677 or 4967514. OLE color: 4967514.

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

Color convert

RGB 90 204 75 -
CMYK 0.56 0 0.63 0.2
HSL 113.02º 0.56% 0.55% -
HSV(B) 113.02º 0.63% 0.8% -
XYZ 27.08 45.87 14.08 -
YUV 155.21 82.73 81.49 -
System Red Green Blue C M Y K H S L
Decimal 90 204 75 0.56 0 0.63 0.2 113.02 0.56 0.55
Hex 5A CC 4B 38 0 3F 14 71 38 37
Octal 132 314 113 70 0 77 24 161 70 67
Binary 1011010 11001100 1001011 111000 0 111111 10100 1110001 111000 110111

Color Harmonies of #5ACC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACC4B

Black with #5ACC4B

Text Example


Text Example

White with #5ACC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,204,75); }

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

background-color css

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

 a { background-color: rgb(90,204,75); }

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

border-color css

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

 span { border-color: rgb(90,204,75); }

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