Html Css Color HEX #6ACC42 Apple

📋 copy color: '#6ACC42'

red 106 ◦ green 204 ◦ blue 66

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

Shades of Apple #6ACC42

Tints of Apple #6ACC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.55%

R = 28.19%
G = 54.26%
B = 17.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#6ACC42 (or 0x6ACC42) is known color: Apple. HEX triplet: 6A, CC and 42. RGB value is (106,204,66). Sum of RGB (Red+Green+Blue) = 106+204+66=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACC42 is #9533BD. Grayscale: #9F9F9F. Windows color (decimal): -9778110 or 4377706. OLE color: 4377706.

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

Color convert

RGB 106 204 66 -
CMYK 0.48 0 0.68 0.2
HSL 102.61º 0.58% 0.53% -
HSV(B) 102.61º 0.68% 0.8% -
XYZ 28.52 46.64 12.65 -
YUV 158.97 75.53 90.22 -
System Red Green Blue C M Y K H S L
Decimal 106 204 66 0.48 0 0.68 0.2 102.61 0.58 0.53
Hex 6A CC 42 30 0 44 14 67 3A 35
Octal 152 314 102 60 0 104 24 147 72 65
Binary 1101010 11001100 1000010 110000 0 1000100 10100 1100111 111010 110101

Color Harmonies of #6ACC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACC42

Black with #6ACC42

Text Example


Text Example

White with #6ACC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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