Html Css Color HEX #A4C000 Citrus

📋 copy color: '#A4C000'

red 164 ◦ green 192 ◦ blue 0

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

Shades of Citrus #A4C000

Tints of Citrus #A4C000

RGB

 RED value IS 164 (64.45% from 255) = 46.07%

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

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

R = 46.07%
G = 53.93%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#A4C000 (or 0xA4C000) is known color: Citrus. HEX triplet: A4, C0 and 00. RGB value is (164,192,0). Sum of RGB (Red+Green+Blue) = 164+192+0=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C000 is #5B3FFF. Grayscale: #A2A2A2. Windows color (decimal): -5980160 or 49316. OLE color: 49316.

HSL color Cylindrical-coordinate representation of color #A4C000: hue angle of 68.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4C000 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 192 0 -
CMYK 0.15 0 1 0.25
HSL 68.75º 1% 0.38% -
HSV(B) 68.75º 1% 0.75% -
XYZ 34.16 45.59 7 -
YUV 161.74 36.72 129.61 -
System Red Green Blue C M Y K H S L
Decimal 164 192 0 0.15 0 1 0.25 68.75 1 0.38
Hex A4 C0 0 F 0 64 19 45 64 26
Octal 244 300 0 17 0 144 31 105 144 46
Binary 10100100 11000000 0 1111 0 1100100 11001 1000101 1100100 100110

Color Harmonies of #A4C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C000

Black with #A4C000

Text Example


Text Example

White with #A4C000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C000; }

 p { color: rgb(164,192,0); }

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

background-color css

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

 a { background-color: rgb(164,192,0); }

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

border-color css

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

 span { border-color: rgb(164,192,0); }

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