Html Css Color HEX #A5C501 Citrus

📋 copy color: '#A5C501'

red 165 ◦ green 197 ◦ blue 1

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

Shades of Citrus #A5C501

Tints of Citrus #A5C501

RGB

 RED value IS 165 (64.84% from 255) = 45.45%

 GREEN value IS 197 (77.34% from 255) = 54.27%

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

R = 45.45%
G = 54.27%
B = 0.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#A5C501 (or 0xA5C501) is known color: Citrus. HEX triplet: A5, C5 and 01. RGB value is (165,197,1). Sum of RGB (Red+Green+Blue) = 165+197+1=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C501 is #5A3AFE. Grayscale: #A5A5A5. Windows color (decimal): -5913343 or 116133. OLE color: 116133.

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

Color convert

RGB 165 197 1 -
CMYK 0.16 0 0.99 0.23
HSL 69.8º 0.99% 0.39% -
HSV(B) 69.8º 0.99% 0.77% -
XYZ 35.49 47.93 7.41 -
YUV 165.09 35.4 127.94 -
System Red Green Blue C M Y K H S L
Decimal 165 197 1 0.16 0 0.99 0.23 69.8 0.99 0.39
Hex A5 C5 1 10 0 63 17 46 63 27
Octal 245 305 1 20 0 143 27 106 143 47
Binary 10100101 11000101 1 10000 0 1100011 10111 1000110 1100011 100111

Color Harmonies of #A5C501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C501

Black with #A5C501

Text Example


Text Example

White with #A5C501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C501; }

 p { color: rgb(165,197,1); }

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

background-color css

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

 a { background-color: rgb(165,197,1); }

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

border-color css

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

 span { border-color: rgb(165,197,1); }

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