#6AC630

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

Shades of Apple #6AC630

Tints of Apple #6AC630

Color information

#6AC630 (or 0x6AC630) is unknown color: approx Apple. HEX triplet: 6A, C6 and 30. RGB value is (106,198,48). Sum of RGB (Red+Green+Blue) = 106+198+48=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #6AC630 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC630 is #9539CF. Grayscale: #999999. Windows color (decimal): -9779664 or 3196522. OLE color: 3196522.

HSL color Cylindrical-coordinate representation of color #6AC630: hue angle of 96.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6AC630 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB10619848-
CMYK0.4600.760.22
HSL96.8º60.98%48.24%-
HSV(B)96.8º75.76%77.65%-
XYZ26.6743.679.82-
YUV153.3968.5294.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.11%
GREEN value IS 198 (77.73% from 255) = 56.25%
BLUE value IS 48 (19.14% from 255) = 13.64%
R=30.11%
G=56.25%
B=13.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106198480.4600.760.2296.860.9848.24
Hex6AC6302E04C16613d30
Octal15230660560114261417560
Binary11010101100011011000010111001001100101101100001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,198,48); }

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

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

 a { background-color: rgb(106,198,48); }

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

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

 span { border-color: rgb(106,198,48); }

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