Html Css Color HEX #A8B40A Citrus

📋 copy color: '#A8B40A'

red 168 ◦ green 180 ◦ blue 10

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

Shades of Citrus #A8B40A

Tints of Citrus #A8B40A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.28%

 BLUE value IS 10 (4.3% from 255) = 2.79%

R = 46.93%
G = 50.28%
B = 2.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#A8B40A (or 0xA8B40A) is known color: Citrus. HEX triplet: A8, B4 and 0A. RGB value is (168,180,10). Sum of RGB (Red+Green+Blue) = 168+180+10=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B40A is #574BF5. Grayscale: #9D9D9D. Windows color (decimal): -5721078 or 701608. OLE color: 701608.

HSL color Cylindrical-coordinate representation of color #A8B40A: hue angle of 64.24º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8B40A is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 10 -
CMYK 0.07 0 0.94 0.29
HSL 64.24º 0.89% 0.37% -
HSV(B) 64.24º 0.94% 0.71% -
XYZ 32.52 40.99 6.48 -
YUV 157.03 45.02 135.82 -
System Red Green Blue C M Y K H S L
Decimal 168 180 10 0.07 0 0.94 0.29 64.24 0.89 0.37
Hex A8 B4 A 7 0 5E 1D 40 59 25
Octal 250 264 12 7 0 136 35 100 131 45
Binary 10101000 10110100 1010 111 0 1011110 11101 1000000 1011001 100101

Color Harmonies of #A8B40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B40A

Black with #A8B40A

Text Example


Text Example

White with #A8B40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B40A; }

 p { color: rgb(168,180,10); }

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

background-color css

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

 a { background-color: rgb(168,180,10); }

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

border-color css

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

 span { border-color: rgb(168,180,10); }

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