#6ABF30

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

Shades of Apple #6ABF30

Tints of Apple #6ABF30

Color information

#6ABF30 (or 0x6ABF30) is unknown color: approx Apple. HEX triplet: 6A, BF and 30. RGB value is (106,191,48). Sum of RGB (Red+Green+Blue) = 106+191+48=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABF30 is #9540CF. Grayscale: #959595. Windows color (decimal): -9781456 or 3194730. OLE color: 3194730.

HSL color Cylindrical-coordinate representation of color #6ABF30: hue angle of 95.66º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6ABF30 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB10619148-
CMYK0.4500.750.25
HSL95.66º59.83%46.86%-
HSV(B)95.66º74.87%74.9%-
XYZ25.1140.549.3-
YUV149.2870.8497.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.72%
GREEN value IS 191 (75% from 255) = 55.36%
BLUE value IS 48 (19.14% from 255) = 13.91%
R=30.72%
G=55.36%
B=13.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106191480.4500.750.2595.6659.8346.86
Hex6ABF302D04B19603c2f
Octal15227760550113311407457
Binary11010101011111111000010110101001011110011100000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,191,48); }

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

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

 a { background-color: rgb(106,191,48); }

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

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

 span { border-color: rgb(106,191,48); }

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