Html Css Color HEX #5AC334 Apple

📋 copy color: '#5AC334'

red 90 ◦ green 195 ◦ blue 52

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

Shades of Apple #5AC334

Tints of Apple #5AC334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.86%

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 26.71%
G = 57.86%
B = 15.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#5AC334 (or 0x5AC334) is known color: Apple. HEX triplet: 5A, C3 and 34. RGB value is (90,195,52). Sum of RGB (Red+Green+Blue) = 90+195+52=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC334 is #A53CCB. Grayscale: #939393. Windows color (decimal): -10829004 or 3457882. OLE color: 3457882.

HSL color Cylindrical-coordinate representation of color #5AC334: hue angle of 104.06º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AC334 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 195 52 -
CMYK 0.54 0 0.73 0.24
HSL 104.06º 0.58% 0.48% -
HSV(B) 104.06º 0.73% 0.76% -
XYZ 24.35 41.45 9.97 -
YUV 147.3 74.21 87.13 -
System Red Green Blue C M Y K H S L
Decimal 90 195 52 0.54 0 0.73 0.24 104.06 0.58 0.48
Hex 5A C3 34 36 0 49 18 68 3A 30
Octal 132 303 64 66 0 111 30 150 72 60
Binary 1011010 11000011 110100 110110 0 1001001 11000 1101000 111010 110000

Color Harmonies of #5AC334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC334

Black with #5AC334

Text Example


Text Example

White with #5AC334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,195,52); }

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

background-color css

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

 a { background-color: rgb(90,195,52); }

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

border-color css

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

 span { border-color: rgb(90,195,52); }

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