Html Css Color HEX #6ACC4A Apple

📋 copy color: '#6ACC4A'

red 106 ◦ green 204 ◦ blue 74

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

Shades of Apple #6ACC4A

Tints of Apple #6ACC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.13%

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

R = 27.6%
G = 53.13%
B = 19.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#6ACC4A (or 0x6ACC4A) is known color: Apple. HEX triplet: 6A, CC and 4A. RGB value is (106,204,74). Sum of RGB (Red+Green+Blue) = 106+204+74=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACC4A is #9533B5. Grayscale: #A0A0A0. Windows color (decimal): -9778102 or 4901994. OLE color: 4901994.

HSL color Cylindrical-coordinate representation of color #6ACC4A: hue angle of 105.23º degrees, saturation: 0.56, 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 #6ACC4A is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 106 204 74 -
CMYK 0.48 0 0.64 0.2
HSL 105.23º 0.56% 0.55% -
HSV(B) 105.23º 0.64% 0.8% -
XYZ 28.77 46.74 13.98 -
YUV 159.88 79.53 89.57 -
System Red Green Blue C M Y K H S L
Decimal 106 204 74 0.48 0 0.64 0.2 105.23 0.56 0.55
Hex 6A CC 4A 30 0 40 14 69 38 37
Octal 152 314 112 60 0 100 24 151 70 67
Binary 1101010 11001100 1001010 110000 0 1000000 10100 1101001 111000 110111

Color Harmonies of #6ACC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACC4A

Black with #6ACC4A

Text Example


Text Example

White with #6ACC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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