Html Css Color HEX #6ACD4A Apple

📋 copy color: '#6ACD4A'

red 106 ◦ green 205 ◦ blue 74

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

Shades of Apple #6ACD4A

Tints of Apple #6ACD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 27.53%
G = 53.25%
B = 19.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#6ACD4A (or 0x6ACD4A) is known color: Apple. HEX triplet: 6A, CD and 4A. RGB value is (106,205,74). Sum of RGB (Red+Green+Blue) = 106+205+74=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACD4A is #9532B5. Grayscale: #A0A0A0. Windows color (decimal): -9777846 or 4902250. OLE color: 4902250.

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

Color convert

RGB 106 205 74 -
CMYK 0.48 0 0.64 0.20
HSL 105.34º 0.57% 0.55% -
HSV(B) 105.34º 0.64% 0.8% -
XYZ 29.01 47.22 14.06 -
YUV 160.47 79.2 89.15 -
System Red Green Blue C M Y K H S L
Decimal 106 205 74 0.48 0 0.64 0.20 105.34 0.57 0.55
Hex 6A CD 4A 30 0 40 14 69 39 37
Octal 152 315 112 60 0 100 24 151 71 67
Binary 1101010 11001101 1001010 110000 0 1000000 10100 1101001 111001 110111

Color Harmonies of #6ACD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACD4A

Black with #6ACD4A

Text Example


Text Example

White with #6ACD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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