#ABC407

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

Shades of Citrus #ABC407

Tints of Citrus #ABC407

Color information

#ABC407 (or 0xABC407) is unknown color: approx Citrus. HEX triplet: AB, C4 and 07. RGB value is (171,196,7). Sum of RGB (Red+Green+Blue) = 171+196+7=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC407 is #543BF8. Grayscale: #A7A7A7. Windows color (decimal): -5520377 or 509099. OLE color: 509099.

HSL color Cylindrical-coordinate representation of color #ABC407: hue angle of 67.94º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABC407 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1711967-
CMYK0.1300.960.23
HSL67.94º93.1%39.8%-
HSV(B)67.94º96.43%76.86%-
XYZ36.5748.157.57-
YUV166.9837.72130.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.72%
GREEN value IS 196 (76.95% from 255) = 52.41%
BLUE value IS 7 (3.12% from 255) = 1.87%
R=45.72%
G=52.41%
B=1.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17119670.1300.960.2367.9493.139.8
HexABC47D06017445d28
Octal25330471501402710413550
Binary10101011110001001111101011000001011110001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC407; }

 p { color: rgb(171,196,7); }

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

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

 a { background-color: rgb(171,196,7); }

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

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

 span { border-color: rgb(171,196,7); }

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