Shades of Apple #6ADC2D
Tints of Apple #6ADC2D
RGB
CMYK
RGB Variations
Color information
#6ADC2D (or 0x6ADC2D) is known color: Apple. HEX triplet: 6A, DC and 2D. RGB value is (106,220,45). Sum of RGB (Red+Green+Blue) = 106+220+45=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC2D is #9523D2. Grayscale: #A6A6A6. Windows color (decimal): -9774035 or 3005546. OLE color: 3005546.
HSL color Cylindrical-coordinate representation of color #6ADC2D: hue angle of 99.09º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6ADC2D is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
RGB | 106 | 220 | 45 | - |
CMYK | 0.52 | 0 | 0.80 | 0.14 |
HSL | 99.09º | 0.71% | 0.52% | - |
HSV(B) | 99.09º | 0.8% | 0.86% | - |
XYZ | 32.01 | 54.44 | 11.3 | - |
YUV | 165.96 | 59.73 | 85.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 106 | 220 | 45 | 0.52 | 0 | 0.80 | 0.14 | 99.09 | 0.71 | 0.52 |
Hex | 6A | DC | 2D | 34 | 0 | 50 | E | 63 | 47 | 34 |
Octal | 152 | 334 | 55 | 64 | 0 | 120 | 16 | 143 | 107 | 64 |
Binary | 1101010 | 11011100 | 101101 | 110100 | 0 | 1010000 | 1110 | 1100011 | 1000111 | 110100 |
Color Harmonies of #6ADC2D
Complementary color
Monochromatic Colors of #6ADC2D
Black with #6ADC2D
Text Example
Text Example
White with #6ADC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC2D; }
p { color: rgb(106,220,45); }
H1.HeaderClassName
{
color: #6ADC2D;
}
.AnyTagClassName
{
color: #6ADC2D;
}
</style>
background-color css
<style>
a { background-color: #6ADC2D; }
a { background-color: rgb(106,220,45); }
div.DivClassName
{
background-color: #6ADC2D;
}
.BgClassName
{
background-color: #6ADC2D;
}
</style>
border-color css
<style>
span { border-color: #6ADC2D; }
span { border-color: rgb(106,220,45); }
td.TdClassName
{
border-color: #6ADC2D;
}
.TagClassName
{
border-color: #6ADC2D;
}
</style>