Html Css Color HEX #ABC00C Citrus

📋 copy color: '#ABC00C'

red 171 ◦ green 192 ◦ blue 12

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

Shades of Citrus #ABC00C

Tints of Citrus #ABC00C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.2%

 BLUE value IS 12 (5.08% from 255) = 3.2%

R = 45.6%
G = 51.2%
B = 3.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#ABC00C (or 0xABC00C) is known color: Citrus. HEX triplet: AB, C0 and 0C. RGB value is (171,192,12). Sum of RGB (Red+Green+Blue) = 171+192+12=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC00C is #543FF3. Grayscale: #A5A5A5. Windows color (decimal): -5521396 or 835755. OLE color: 835755.

HSL color Cylindrical-coordinate representation of color #ABC00C: hue angle of 67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABC00C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 12 -
CMYK 0.11 0 0.94 0.25
HSL 67º 0.88% 0.4% -
HSV(B) 67º 0.94% 0.75% -
XYZ 35.71 46.38 7.42 -
YUV 165.2 41.54 132.14 -
System Red Green Blue C M Y K H S L
Decimal 171 192 12 0.11 0 0.94 0.25 67 0.88 0.4
Hex AB C0 C B 0 5E 19 43 58 28
Octal 253 300 14 13 0 136 31 103 130 50
Binary 10101011 11000000 1100 1011 0 1011110 11001 1000011 1011000 101000

Color Harmonies of #ABC00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC00C

Black with #ABC00C

Text Example


Text Example

White with #ABC00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC00C; }

 p { color: rgb(171,192,12); }

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

background-color css

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

 a { background-color: rgb(171,192,12); }

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

border-color css

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

 span { border-color: rgb(171,192,12); }

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