Html Css Color HEX #5ABA34 Apple

📋 copy color: '#5ABA34'

red 90 ◦ green 186 ◦ blue 52

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

Shades of Apple #5ABA34

Tints of Apple #5ABA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.71%

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

R = 27.44%
G = 56.71%
B = 15.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#5ABA34 (or 0x5ABA34) is known color: Apple. HEX triplet: 5A, BA and 34. RGB value is (90,186,52). Sum of RGB (Red+Green+Blue) = 90+186+52=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABA34 is #A545CB. Grayscale: #8E8E8E. Windows color (decimal): -10831308 or 3455578. OLE color: 3455578.

HSL color Cylindrical-coordinate representation of color #5ABA34: hue angle of 102.99º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5ABA34 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 186 52 -
CMYK 0.52 0 0.72 0.27
HSL 102.99º 0.56% 0.47% -
HSV(B) 102.99º 0.72% 0.73% -
XYZ 22.4 37.54 9.31 -
YUV 142.02 77.2 90.9 -
System Red Green Blue C M Y K H S L
Decimal 90 186 52 0.52 0 0.72 0.27 102.99 0.56 0.47
Hex 5A BA 34 34 0 48 1B 67 38 2F
Octal 132 272 64 64 0 110 33 147 70 57
Binary 1011010 10111010 110100 110100 0 1001000 11011 1100111 111000 101111

Color Harmonies of #5ABA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABA34

Black with #5ABA34

Text Example


Text Example

White with #5ABA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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