Html Css Color HEX #ABC700 Citrus

📋 copy color: '#ABC700'

red 171 ◦ green 199 ◦ blue 0

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

Shades of Citrus #ABC700

Tints of Citrus #ABC700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.78%

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

R = 46.22%
G = 53.78%
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

#ABC700 (or 0xABC700) is known color: Citrus. HEX triplet: AB, C7 and 00. RGB value is (171,199,0). Sum of RGB (Red+Green+Blue) = 171+199+0=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 199 (78.12% from 255 or 53.78% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC700 is #5438FF. Grayscale: #A8A8A8. Windows color (decimal): -5519616 or 51115. OLE color: 51115.

HSL color Cylindrical-coordinate representation of color #ABC700: hue angle of 68.44º 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 #ABC700 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 199 0 -
CMYK 0.14 0 1 0.22
HSL 68.44º 1% 0.39% -
HSV(B) 68.44º 1% 0.78% -
XYZ 37.22 49.5 7.59 -
YUV 167.94 33.22 130.18 -
System Red Green Blue C M Y K H S L
Decimal 171 199 0 0.14 0 1 0.22 68.44 1 0.39
Hex AB C7 0 E 0 64 16 44 64 27
Octal 253 307 0 16 0 144 26 104 144 47
Binary 10101011 11000111 0 1110 0 1100100 10110 1000100 1100100 100111

Color Harmonies of #ABC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC700

Black with #ABC700

Text Example


Text Example

White with #ABC700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC700; }

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

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

background-color css

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

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

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

border-color css

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

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

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