#6ABF45

Color #6ABF45 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #6ABF45

Tints of Apple #6ABF45

Color information

#6ABF45 (or 0x6ABF45) is unknown color: approx Apple. HEX triplet: 6A, BF and 45. RGB value is (106,191,69). Sum of RGB (Red+Green+Blue) = 106+191+69=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABF45 is #9540BA. Grayscale: #989898. Windows color (decimal): -9781435 or 4570986. OLE color: 4570986.

HSL color Cylindrical-coordinate representation of color #6ABF45: hue angle of 101.8º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6ABF45 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB10619169-
CMYK0.4500.640.25
HSL101.8º48.8%50.98%-
HSV(B)101.8º63.87%74.9%-
XYZ25.6540.7612.14-
YUV151.6881.3495.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.96%
GREEN value IS 191 (75% from 255) = 52.19%
BLUE value IS 69 (27.34% from 255) = 18.85%
R=28.96%
G=52.19%
B=18.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106191690.4500.640.25101.848.850.98
Hex6ABF452D04019663133
Octal152277105550100311466163
Binary110101010111111100010110110101000000110011100110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ABF45; }

 p { color: rgb(106,191,69); }

 H1.HeaderClassName
 {
   color: #6ABF45;
 }
 .AnyTagClassName
 {
   color: #6ABF45;
 }
</style>
background-color css

<style>
 a { background-color: #6ABF45; }

 a { background-color: rgb(106,191,69); }

 div.DivClassName
 {
   background-color: #6ABF45;
 }
 .BgClassName
 {
   background-color: #6ABF45;
 }
</style>
border-color css

<style>
 span { border-color: #6ABF45; }

 span { border-color: rgb(106,191,69); }

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