Html Css Color HEX #A8C904 Citrus

📋 copy color: '#A8C904'

red 168 ◦ green 201 ◦ blue 4

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

Shades of Citrus #A8C904

Tints of Citrus #A8C904

RGB

 RED value IS 168 (66.02% from 255) = 45.04%

 GREEN value IS 201 (78.91% from 255) = 53.89%

 BLUE value IS 4 (1.95% from 255) = 1.07%

R = 45.04%
G = 53.89%
B = 1.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#A8C904 (or 0xA8C904) is known color: Citrus. HEX triplet: A8, C9 and 04. RGB value is (168,201,4). Sum of RGB (Red+Green+Blue) = 168+201+4=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 201 (78.91% from 255 or 53.89% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C904 is #5736FB. Grayscale: #A9A9A9. Windows color (decimal): -5715708 or 313768. OLE color: 313768.

HSL color Cylindrical-coordinate representation of color #A8C904: hue angle of 70.05º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8C904 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 201 4 -
CMYK 0.16 0 0.98 0.21
HSL 70.05º 0.96% 0.4% -
HSV(B) 70.05º 0.98% 0.79% -
XYZ 37.06 50.11 7.83 -
YUV 168.68 35.07 127.52 -
System Red Green Blue C M Y K H S L
Decimal 168 201 4 0.16 0 0.98 0.21 70.05 0.96 0.4
Hex A8 C9 4 10 0 62 15 46 60 28
Octal 250 311 4 20 0 142 25 106 140 50
Binary 10101000 11001001 100 10000 0 1100010 10101 1000110 1100000 101000

Color Harmonies of #A8C904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C904

Black with #A8C904

Text Example


Text Example

White with #A8C904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C904; }

 p { color: rgb(168,201,4); }

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

background-color css

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

 a { background-color: rgb(168,201,4); }

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

border-color css

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

 span { border-color: rgb(168,201,4); }

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