Html Css Color HEX #A5C701 Citrus

📋 copy color: '#A5C701'

red 165 ◦ green 199 ◦ blue 1

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

Shades of Citrus #A5C701

Tints of Citrus #A5C701

RGB

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

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

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

R = 45.21%
G = 54.52%
B = 0.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#A5C701 (or 0xA5C701) is known color: Citrus. HEX triplet: A5, C7 and 01. RGB value is (165,199,1). Sum of RGB (Red+Green+Blue) = 165+199+1=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 199 (78.12% from 255 or 54.52% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C701 is #5A38FE. Grayscale: #A7A7A7. Windows color (decimal): -5912831 or 116645. OLE color: 116645.

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

Color convert

RGB 165 199 1 -
CMYK 0.17 0 0.99 0.22
HSL 70.3º 0.99% 0.39% -
HSV(B) 70.3º 0.99% 0.78% -
XYZ 35.95 48.85 7.56 -
YUV 166.26 34.74 127.1 -
System Red Green Blue C M Y K H S L
Decimal 165 199 1 0.17 0 0.99 0.22 70.3 0.99 0.39
Hex A5 C7 1 11 0 63 16 46 63 27
Octal 245 307 1 21 0 143 26 106 143 47
Binary 10100101 11000111 1 10001 0 1100011 10110 1000110 1100011 100111

Color Harmonies of #A5C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C701

Black with #A5C701

Text Example


Text Example

White with #A5C701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C701; }

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

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

background-color css

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

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

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

border-color css

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

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

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