#6ACC34

Color #6ACC34 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #6ACC34

Tints of Apple #6ACC34

Color information

#6ACC34 (or 0x6ACC34) is unknown color: approx Apple. HEX triplet: 6A, CC and 34. RGB value is (106,204,52). Sum of RGB (Red+Green+Blue) = 106+204+52=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACC34 is #9533CB. Grayscale: #9D9D9D. Windows color (decimal): -9778124 or 3460202. OLE color: 3460202.

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

Color convert

RGB10620452-
CMYK0.4800.750.2
HSL98.68º59.84%50.2%-
HSV(B)98.68º74.51%80%-
XYZ28.1646.510.74-
YUV157.3768.5391.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.28%
GREEN value IS 204 (80.08% from 255) = 56.35%
BLUE value IS 52 (20.70% from 255) = 14.36%
R=29.28%
G=56.35%
B=14.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal106204520.4800.750.298.6859.8450.2
Hex6ACC343004B14633c32
Octal15231464600113241437462
Binary11010101100110011010011000001001011101001100011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6ACC34;
 }
 .AnyTagClassName
 {
   color: #6ACC34;
 }
</style>
background-color css

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

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

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

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

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

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