Html Css Color HEX #A8C104 Citrus

📋 copy color: '#A8C104'

red 168 ◦ green 193 ◦ blue 4

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

Shades of Citrus #A8C104

Tints of Citrus #A8C104

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.88%

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

R = 46.03%
G = 52.88%
B = 1.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#A8C104 (or 0xA8C104) is known color: Citrus. HEX triplet: A8, C1 and 04. RGB value is (168,193,4). Sum of RGB (Red+Green+Blue) = 168+193+4=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C104 is #573EFB. Grayscale: #A4A4A4. Windows color (decimal): -5717756 or 311720. OLE color: 311720.

HSL color Cylindrical-coordinate representation of color #A8C104: hue angle of 67.94º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8C104 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 4 -
CMYK 0.13 0 0.98 0.24
HSL 67.94º 0.96% 0.39% -
HSV(B) 67.94º 0.98% 0.76% -
XYZ 35.24 46.47 7.23 -
YUV 163.98 37.72 130.87 -
System Red Green Blue C M Y K H S L
Decimal 168 193 4 0.13 0 0.98 0.24 67.94 0.96 0.39
Hex A8 C1 4 D 0 62 18 44 60 27
Octal 250 301 4 15 0 142 30 104 140 47
Binary 10101000 11000001 100 1101 0 1100010 11000 1000100 1100000 100111

Color Harmonies of #A8C104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C104

Black with #A8C104

Text Example


Text Example

White with #A8C104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C104; }

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

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

background-color css

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

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

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

border-color css

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

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

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