Html Css Color HEX #A8B40C Citrus

📋 copy color: '#A8B40C'

red 168 ◦ green 180 ◦ blue 12

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

Shades of Citrus #A8B40C

Tints of Citrus #A8B40C

RGB

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

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

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

R = 46.67%
G = 50%
B = 3.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#A8B40C (or 0xA8B40C) is known color: Citrus. HEX triplet: A8, B4 and 0C. RGB value is (168,180,12). Sum of RGB (Red+Green+Blue) = 168+180+12=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B40C is #574BF3. Grayscale: #9D9D9D. Windows color (decimal): -5721076 or 832680. OLE color: 832680.

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

Color convert

RGB 168 180 12 -
CMYK 0.07 0 0.93 0.29
HSL 64.29º 0.88% 0.38% -
HSV(B) 64.29º 0.93% 0.71% -
XYZ 32.54 40.99 6.55 -
YUV 157.26 46.02 135.66 -
System Red Green Blue C M Y K H S L
Decimal 168 180 12 0.07 0 0.93 0.29 64.29 0.88 0.38
Hex A8 B4 C 7 0 5D 1D 40 58 26
Octal 250 264 14 7 0 135 35 100 130 46
Binary 10101000 10110100 1100 111 0 1011101 11101 1000000 1011000 100110

Color Harmonies of #A8B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B40C

Black with #A8B40C

Text Example


Text Example

White with #A8B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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