Html Css Color HEX #A5C80C Citrus

📋 copy color: '#A5C80C'

red 165 ◦ green 200 ◦ blue 12

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

Shades of Citrus #A5C80C

Tints of Citrus #A5C80C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.05%

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 43.77%
G = 53.05%
B = 3.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#A5C80C (or 0xA5C80C) is known color: Citrus. HEX triplet: A5, C8 and 0C. RGB value is (165,200,12). Sum of RGB (Red+Green+Blue) = 165+200+12=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C80C is #5A37F3. Grayscale: #A8A8A8. Windows color (decimal): -5912564 or 837797. OLE color: 837797.

HSL color Cylindrical-coordinate representation of color #A5C80C: hue angle of 71.17º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5C80C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 200 12 -
CMYK 0.18 0 0.94 0.22
HSL 71.17º 0.89% 0.42% -
HSV(B) 71.17º 0.94% 0.78% -
XYZ 36.24 49.33 7.96 -
YUV 168.1 39.9 125.79 -
System Red Green Blue C M Y K H S L
Decimal 165 200 12 0.18 0 0.94 0.22 71.17 0.89 0.42
Hex A5 C8 C 12 0 5E 16 47 59 2A
Octal 245 310 14 22 0 136 26 107 131 52
Binary 10100101 11001000 1100 10010 0 1011110 10110 1000111 1011001 101010

Color Harmonies of #A5C80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C80C

Black with #A5C80C

Text Example


Text Example

White with #A5C80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C80C; }

 p { color: rgb(165,200,12); }

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

background-color css

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

 a { background-color: rgb(165,200,12); }

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

border-color css

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

 span { border-color: rgb(165,200,12); }

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