Html Css Color HEX #A8C901 Citrus

📋 copy color: '#A8C901'

red 168 ◦ green 201 ◦ blue 1

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

Shades of Citrus #A8C901

Tints of Citrus #A8C901

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.32%

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

R = 45.41%
G = 54.32%
B = 0.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#A8C901 (or 0xA8C901) is known color: Citrus. HEX triplet: A8, C9 and 01. RGB value is (168,201,1). Sum of RGB (Red+Green+Blue) = 168+201+1=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C901 is #5736FE. Grayscale: #A9A9A9. Windows color (decimal): -5715711 or 117160. OLE color: 117160.

HSL color Cylindrical-coordinate representation of color #A8C901: hue angle of 69.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8C901 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 201 1 -
CMYK 0.16 0 1.00 0.21
HSL 69.9º 0.99% 0.4% -
HSV(B) 69.9º 1% 0.79% -
XYZ 37.04 50.1 7.75 -
YUV 168.33 33.57 127.76 -
System Red Green Blue C M Y K H S L
Decimal 168 201 1 0.16 0 1.00 0.21 69.9 0.99 0.4
Hex A8 C9 1 10 0 64 15 46 63 28
Octal 250 311 1 20 0 144 25 106 143 50
Binary 10101000 11001001 1 10000 0 1100100 10101 1000110 1100011 101000

Color Harmonies of #A8C901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C901

Black with #A8C901

Text Example


Text Example

White with #A8C901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C901; }

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

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

background-color css

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

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

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

border-color css

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

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

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