Html Css Color HEX #A8C701 Citrus

📋 copy color: '#A8C701'

red 168 ◦ green 199 ◦ blue 1

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

Shades of Citrus #A8C701

Tints of Citrus #A8C701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 45.65%
G = 54.08%
B = 0.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#A8C701 (or 0xA8C701) is known color: Citrus. HEX triplet: A8, C7 and 01. RGB value is (168,199,1). Sum of RGB (Red+Green+Blue) = 168+199+1=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 199 (78.12% from 255 or 54.08% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C701 is #5738FE. Grayscale: #A7A7A7. Windows color (decimal): -5716223 or 116648. OLE color: 116648.

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

Color convert

RGB 168 199 1 -
CMYK 0.16 0 0.99 0.22
HSL 69.39º 0.99% 0.39% -
HSV(B) 69.39º 0.99% 0.78% -
XYZ 36.58 49.17 7.59 -
YUV 167.16 34.23 128.6 -
System Red Green Blue C M Y K H S L
Decimal 168 199 1 0.16 0 0.99 0.22 69.39 0.99 0.39
Hex A8 C7 1 10 0 63 16 45 63 27
Octal 250 307 1 20 0 143 26 105 143 47
Binary 10101000 11000111 1 10000 0 1100011 10110 1000101 1100011 100111

Color Harmonies of #A8C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C701

Black with #A8C701

Text Example


Text Example

White with #A8C701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C701; }

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

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

background-color css

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

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

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

border-color css

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

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

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