Html Css Color HEX #6AD63C Apple

📋 copy color: '#6AD63C'

red 106 ◦ green 214 ◦ blue 60

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

Shades of Apple #6AD63C

Tints of Apple #6AD63C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.32%

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

R = 27.89%
G = 56.32%
B = 15.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#6AD63C (or 0x6AD63C) is known color: Apple. HEX triplet: 6A, D6 and 3C. RGB value is (106,214,60). Sum of RGB (Red+Green+Blue) = 106+214+60=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD63C is #9529C3. Grayscale: #A4A4A4. Windows color (decimal): -9775556 or 3987050. OLE color: 3987050.

HSL color Cylindrical-coordinate representation of color #6AD63C: hue angle of 102.08º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6AD63C is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 214 60 -
CMYK 0.50 0 0.72 0.16
HSL 102.08º 0.65% 0.54% -
HSV(B) 102.08º 0.72% 0.84% -
XYZ 30.81 51.48 12.59 -
YUV 164.15 69.22 86.52 -
System Red Green Blue C M Y K H S L
Decimal 106 214 60 0.50 0 0.72 0.16 102.08 0.65 0.54
Hex 6A D6 3C 32 0 48 10 66 41 36
Octal 152 326 74 62 0 110 20 146 101 66
Binary 1101010 11010110 111100 110010 0 1001000 10000 1100110 1000001 110110

Color Harmonies of #6AD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD63C

Black with #6AD63C

Text Example


Text Example

White with #6AD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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