Html Css Color HEX #A5C201 Citrus

📋 copy color: '#A5C201'

red 165 ◦ green 194 ◦ blue 1

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

Shades of Citrus #A5C201

Tints of Citrus #A5C201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.89%

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

R = 45.83%
G = 53.89%
B = 0.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#A5C201 (or 0xA5C201) is known color: Citrus. HEX triplet: A5, C2 and 01. RGB value is (165,194,1). Sum of RGB (Red+Green+Blue) = 165+194+1=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C201 is #5A3DFE. Grayscale: #A4A4A4. Windows color (decimal): -5914111 or 115365. OLE color: 115365.

HSL color Cylindrical-coordinate representation of color #A5C201: hue angle of 69.02º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5C201 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 194 1 -
CMYK 0.15 0 0.99 0.24
HSL 69.02º 0.99% 0.38% -
HSV(B) 69.02º 0.99% 0.76% -
XYZ 34.81 46.59 7.19 -
YUV 163.33 36.39 129.19 -
System Red Green Blue C M Y K H S L
Decimal 165 194 1 0.15 0 0.99 0.24 69.02 0.99 0.38
Hex A5 C2 1 F 0 63 18 45 63 26
Octal 245 302 1 17 0 143 30 105 143 46
Binary 10100101 11000010 1 1111 0 1100011 11000 1000101 1100011 100110

Color Harmonies of #A5C201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C201

Black with #A5C201

Text Example


Text Example

White with #A5C201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C201; }

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

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

background-color css

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

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

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

border-color css

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

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

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