Html Css Color HEX #ABC600 Citrus

📋 copy color: '#ABC600'

red 171 ◦ green 198 ◦ blue 0

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

Shades of Citrus #ABC600

Tints of Citrus #ABC600

RGB

 RED value IS 171 (67.19% from 255) = 46.34%

 GREEN value IS 198 (77.73% from 255) = 53.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.34%
G = 53.66%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#ABC600 (or 0xABC600) is known color: Citrus. HEX triplet: AB, C6 and 00. RGB value is (171,198,0). Sum of RGB (Red+Green+Blue) = 171+198+0=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 198 (77.73% from 255 or 53.66% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC600 is #5439FF. Grayscale: #A8A8A8. Windows color (decimal): -5519872 or 50859. OLE color: 50859.

HSL color Cylindrical-coordinate representation of color #ABC600: hue angle of 68.18º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABC600 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 0 -
CMYK 0.14 0 1 0.22
HSL 68.18º 1% 0.39% -
HSV(B) 68.18º 1% 0.78% -
XYZ 36.99 49.05 7.52 -
YUV 167.36 33.55 130.6 -
System Red Green Blue C M Y K H S L
Decimal 171 198 0 0.14 0 1 0.22 68.18 1 0.39
Hex AB C6 0 E 0 64 16 44 64 27
Octal 253 306 0 16 0 144 26 104 144 47
Binary 10101011 11000110 0 1110 0 1100100 10110 1000100 1100100 100111

Color Harmonies of #ABC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC600

Black with #ABC600

Text Example


Text Example

White with #ABC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC600; }

 p { color: rgb(171,198,0); }

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

background-color css

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

 a { background-color: rgb(171,198,0); }

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

border-color css

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

 span { border-color: rgb(171,198,0); }

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