Html Css Color HEX #6ADB45 Apple

📋 copy color: '#6ADB45'

red 106 ◦ green 219 ◦ blue 69

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

Shades of Apple #6ADB45

Tints of Apple #6ADB45

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.58%

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

R = 26.9%
G = 55.58%
B = 17.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#6ADB45 (or 0x6ADB45) is known color: Apple. HEX triplet: 6A, DB and 45. RGB value is (106,219,69). Sum of RGB (Red+Green+Blue) = 106+219+69=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADB45 is #9524BA. Grayscale: #A8A8A8. Windows color (decimal): -9774267 or 4578154. OLE color: 4578154.

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

Color convert

RGB 106 219 69 -
CMYK 0.52 0 0.68 0.14
HSL 105.2º 0.68% 0.56% -
HSV(B) 105.2º 0.68% 0.86% -
XYZ 32.35 54.16 14.38 -
YUV 168.11 72.06 83.7 -
System Red Green Blue C M Y K H S L
Decimal 106 219 69 0.52 0 0.68 0.14 105.2 0.68 0.56
Hex 6A DB 45 34 0 44 E 69 44 38
Octal 152 333 105 64 0 104 16 151 104 70
Binary 1101010 11011011 1000101 110100 0 1000100 1110 1101001 1000100 111000

Color Harmonies of #6ADB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADB45

Black with #6ADB45

Text Example


Text Example

White with #6ADB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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