Html Css Color HEX #5AC34B Apple

📋 copy color: '#5AC34B'

red 90 ◦ green 195 ◦ blue 75

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

Shades of Apple #5AC34B

Tints of Apple #5AC34B

RGB

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

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

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

R = 25%
G = 54.17%
B = 20.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#5AC34B (or 0x5AC34B) is known color: Apple. HEX triplet: 5A, C3 and 4B. RGB value is (90,195,75). Sum of RGB (Red+Green+Blue) = 90+195+75=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC34B is #A53CB4. Grayscale: #969696. Windows color (decimal): -10828981 or 4965210. OLE color: 4965210.

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

Color convert

RGB 90 195 75 -
CMYK 0.54 0 0.62 0.24
HSL 112.5º 0.5% 0.53% -
HSV(B) 112.5º 0.62% 0.76% -
XYZ 25 41.71 13.39 -
YUV 149.93 85.71 85.26 -
System Red Green Blue C M Y K H S L
Decimal 90 195 75 0.54 0 0.62 0.24 112.5 0.5 0.53
Hex 5A C3 4B 36 0 3E 18 70 32 35
Octal 132 303 113 66 0 76 30 160 62 65
Binary 1011010 11000011 1001011 110110 0 111110 11000 1110000 110010 110101

Color Harmonies of #5AC34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC34B

Black with #5AC34B

Text Example


Text Example

White with #5AC34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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