Html Css Color HEX #A8CA01 Citrus

📋 copy color: '#A8CA01'

red 168 ◦ green 202 ◦ blue 1

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

Shades of Citrus #A8CA01

Tints of Citrus #A8CA01

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.45%

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

R = 45.28%
G = 54.45%
B = 0.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#A8CA01 (or 0xA8CA01) is known color: Citrus. HEX triplet: A8, CA and 01. RGB value is (168,202,1). Sum of RGB (Red+Green+Blue) = 168+202+1=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA01 is #5735FE. Grayscale: #A9A9A9. Windows color (decimal): -5715455 or 117416. OLE color: 117416.

HSL color Cylindrical-coordinate representation of color #A8CA01: hue angle of 70.15º 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 #A8CA01 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 1 -
CMYK 0.17 0 1.00 0.21
HSL 70.15º 0.99% 0.4% -
HSV(B) 70.15º 1% 0.79% -
XYZ 37.27 50.57 7.82 -
YUV 168.92 33.24 127.34 -
System Red Green Blue C M Y K H S L
Decimal 168 202 1 0.17 0 1.00 0.21 70.15 0.99 0.4
Hex A8 CA 1 11 0 64 15 46 63 28
Octal 250 312 1 21 0 144 25 106 143 50
Binary 10101000 11001010 1 10001 0 1100100 10101 1000110 1100011 101000

Color Harmonies of #A8CA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA01

Black with #A8CA01

Text Example


Text Example

White with #A8CA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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