Html Css Color HEX #6ADC45 Apple

📋 copy color: '#6ADC45'

red 106 ◦ green 220 ◦ blue 69

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

Shades of Apple #6ADC45

Tints of Apple #6ADC45

RGB

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

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

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

R = 26.84%
G = 55.7%
B = 17.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#6ADC45 (or 0x6ADC45) is known color: Apple. HEX triplet: 6A, DC and 45. RGB value is (106,220,69). Sum of RGB (Red+Green+Blue) = 106+220+69=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC45 is #9523BA. Grayscale: #A9A9A9. Windows color (decimal): -9774011 or 4578410. OLE color: 4578410.

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

Color convert

RGB 106 220 69 -
CMYK 0.52 0 0.69 0.14
HSL 105.3º 0.68% 0.57% -
HSV(B) 105.3º 0.69% 0.86% -
XYZ 32.61 54.68 14.47 -
YUV 168.7 71.73 83.28 -
System Red Green Blue C M Y K H S L
Decimal 106 220 69 0.52 0 0.69 0.14 105.3 0.68 0.57
Hex 6A DC 45 34 0 45 E 69 44 39
Octal 152 334 105 64 0 105 16 151 104 71
Binary 1101010 11011100 1000101 110100 0 1000101 1110 1101001 1000100 111001

Color Harmonies of #6ADC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC45

Black with #6ADC45

Text Example


Text Example

White with #6ADC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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