#6ACA31

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

Shades of Apple #6ACA31

Tints of Apple #6ACA31

Color information

#6ACA31 (or 0x6ACA31) is unknown color: approx Apple. HEX triplet: 6A, CA and 31. RGB value is (106,202,49). Sum of RGB (Red+Green+Blue) = 106+202+49=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 202 (79.30% from 255 or 56.58% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACA31 is #9535CE. Grayscale: #9C9C9C. Windows color (decimal): -9778639 or 3263082. OLE color: 3263082.

HSL color Cylindrical-coordinate representation of color #6ACA31: hue angle of 97.65º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6ACA31 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB10620249-
CMYK0.4800.760.21
HSL97.65º60.96%49.22%-
HSV(B)97.65º75.74%79.22%-
XYZ27.6245.5310.24-
YUV155.8567.792.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.69%
GREEN value IS 202 (79.30% from 255) = 56.58%
BLUE value IS 49 (19.53% from 255) = 13.73%
R=29.69%
G=56.58%
B=13.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106202490.4800.760.2197.6560.9649.22
Hex6ACA313004C15623d31
Octal15231261600114251427561
Binary11010101100101011000111000001001100101011100010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,202,49); }

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

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

 a { background-color: rgb(106,202,49); }

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

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

 span { border-color: rgb(106,202,49); }

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