Html Css Color HEX #A8C708 Citrus

📋 copy color: '#A8C708'

red 168 ◦ green 199 ◦ blue 8

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

Shades of Citrus #A8C708

Tints of Citrus #A8C708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.07%

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 44.8%
G = 53.07%
B = 2.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#A8C708 (or 0xA8C708) is known color: Citrus. HEX triplet: A8, C7 and 08. RGB value is (168,199,8). Sum of RGB (Red+Green+Blue) = 168+199+8=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C708 is #5738F7. Grayscale: #A8A8A8. Windows color (decimal): -5716216 or 575400. OLE color: 575400.

HSL color Cylindrical-coordinate representation of color #A8C708: hue angle of 69.74º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8C708 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 199 8 -
CMYK 0.16 0 0.96 0.22
HSL 69.74º 0.92% 0.41% -
HSV(B) 69.74º 0.96% 0.78% -
XYZ 36.62 49.19 7.79 -
YUV 167.96 37.73 128.03 -
System Red Green Blue C M Y K H S L
Decimal 168 199 8 0.16 0 0.96 0.22 69.74 0.92 0.41
Hex A8 C7 8 10 0 60 16 46 5C 29
Octal 250 307 10 20 0 140 26 106 134 51
Binary 10101000 11000111 1000 10000 0 1100000 10110 1000110 1011100 101001

Color Harmonies of #A8C708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C708

Black with #A8C708

Text Example


Text Example

White with #A8C708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C708; }

 p { color: rgb(168,199,8); }

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

background-color css

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

 a { background-color: rgb(168,199,8); }

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

border-color css

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

 span { border-color: rgb(168,199,8); }

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