#6ABC35

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

Shades of Apple #6ABC35

Tints of Apple #6ABC35

Color information

#6ABC35 (or 0x6ABC35) is unknown color: approx Apple. HEX triplet: 6A, BC and 35. RGB value is (106,188,53). Sum of RGB (Red+Green+Blue) = 106+188+53=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABC35 is #9543CA. Grayscale: #949494. Windows color (decimal): -9782219 or 3521642. OLE color: 3521642.

HSL color Cylindrical-coordinate representation of color #6ABC35: hue angle of 96.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6ABC35 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB10618853-
CMYK0.4400.720.26
HSL96.44º56.02%47.25%-
HSV(B)96.44º71.81%73.73%-
XYZ24.5739.299.66-
YUV148.0974.3397.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.55%
GREEN value IS 188 (73.83% from 255) = 54.18%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=30.55%
G=54.18%
B=15.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106188530.4400.720.2696.4456.0247.25
Hex6ABC352C0481A60382f
Octal15227465540110321407057
Binary11010101011110011010110110001001000110101100000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,188,53); }

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

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

 a { background-color: rgb(106,188,53); }

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

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

 span { border-color: rgb(106,188,53); }

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