Html Css Color HEX #6ADC3C Apple

📋 copy color: '#6ADC3C'

red 106 ◦ green 220 ◦ blue 60

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

Shades of Apple #6ADC3C

Tints of Apple #6ADC3C

RGB

 RED value IS 106 (41.8% from 255) = 27.46%

 GREEN value IS 220 (86.33% from 255) = 56.99%

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 27.46%
G = 56.99%
B = 15.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#6ADC3C (or 0x6ADC3C) is known color: Apple. HEX triplet: 6A, DC and 3C. RGB value is (106,220,60). Sum of RGB (Red+Green+Blue) = 106+220+60=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC3C is #9523C3. Grayscale: #A8A8A8. Windows color (decimal): -9774020 or 3988586. OLE color: 3988586.

HSL color Cylindrical-coordinate representation of color #6ADC3C: hue angle of 102.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6ADC3C is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 220 60 -
CMYK 0.52 0 0.73 0.14
HSL 102.75º 0.7% 0.55% -
HSV(B) 102.75º 0.73% 0.86% -
XYZ 32.35 54.58 13.1 -
YUV 167.67 67.23 84.01 -
System Red Green Blue C M Y K H S L
Decimal 106 220 60 0.52 0 0.73 0.14 102.75 0.7 0.55
Hex 6A DC 3C 34 0 49 E 67 46 37
Octal 152 334 74 64 0 111 16 147 106 67
Binary 1101010 11011100 111100 110100 0 1001001 1110 1100111 1000110 110111

Color Harmonies of #6ADC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC3C

Black with #6ADC3C

Text Example


Text Example

White with #6ADC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,220,60); }

 H1.HeaderClassName
 {
   color: #6ADC3C;
 }
 .AnyTagClassName
 {
   color: #6ADC3C;
 }
</style>

background-color css

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

 a { background-color: rgb(106,220,60); }

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

border-color css

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

 span { border-color: rgb(106,220,60); }

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