Html Css Color HEX #6AD645 Apple

📋 copy color: '#6AD645'

red 106 ◦ green 214 ◦ blue 69

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

Shades of Apple #6AD645

Tints of Apple #6AD645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 27.25%
G = 55.01%
B = 17.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#6AD645 (or 0x6AD645) is known color: Apple. HEX triplet: 6A, D6 and 45. RGB value is (106,214,69). Sum of RGB (Red+Green+Blue) = 106+214+69=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD645 is #9529BA. Grayscale: #A5A5A5. Windows color (decimal): -9775547 or 4576874. OLE color: 4576874.

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

Color convert

RGB 106 214 69 -
CMYK 0.50 0 0.68 0.16
HSL 104.69º 0.64% 0.55% -
HSV(B) 104.69º 0.68% 0.84% -
XYZ 31.06 51.59 13.95 -
YUV 165.18 73.72 85.79 -
System Red Green Blue C M Y K H S L
Decimal 106 214 69 0.50 0 0.68 0.16 104.69 0.64 0.55
Hex 6A D6 45 32 0 44 10 69 40 37
Octal 152 326 105 62 0 104 20 151 100 67
Binary 1101010 11010110 1000101 110010 0 1000100 10000 1101001 1000000 110111

Color Harmonies of #6AD645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD645

Black with #6AD645

Text Example


Text Example

White with #6AD645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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