Html Css Color HEX #6ACD40 Apple

📋 copy color: '#6ACD40'

red 106 ◦ green 205 ◦ blue 64

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

Shades of Apple #6ACD40

Tints of Apple #6ACD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.67%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 28.27%
G = 54.67%
B = 17.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#6ACD40 (or 0x6ACD40) is known color: Apple. HEX triplet: 6A, CD and 40. RGB value is (106,205,64). Sum of RGB (Red+Green+Blue) = 106+205+64=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACD40 is #9532BF. Grayscale: #9F9F9F. Windows color (decimal): -9777856 or 4246890. OLE color: 4246890.

HSL color Cylindrical-coordinate representation of color #6ACD40: hue angle of 102.13º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6ACD40 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 205 64 -
CMYK 0.48 0 0.69 0.20
HSL 102.13º 0.59% 0.53% -
HSV(B) 102.13º 0.69% 0.8% -
XYZ 28.7 47.1 12.43 -
YUV 159.33 74.2 89.96 -
System Red Green Blue C M Y K H S L
Decimal 106 205 64 0.48 0 0.69 0.20 102.13 0.59 0.53
Hex 6A CD 40 30 0 45 14 66 3B 35
Octal 152 315 100 60 0 105 24 146 73 65
Binary 1101010 11001101 1000000 110000 0 1000101 10100 1100110 111011 110101

Color Harmonies of #6ACD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACD40

Black with #6ACD40

Text Example


Text Example

White with #6ACD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,205,64); }

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

background-color css

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

 a { background-color: rgb(106,205,64); }

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

border-color css

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

 span { border-color: rgb(106,205,64); }

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