Html Css Color HEX #A5C000 Citrus

📋 copy color: '#A5C000'

red 165 ◦ green 192 ◦ blue 0

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

Shades of Citrus #A5C000

Tints of Citrus #A5C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.22%
G = 53.78%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#A5C000 (or 0xA5C000) is known color: Citrus. HEX triplet: A5, C0 and 00. RGB value is (165,192,0). Sum of RGB (Red+Green+Blue) = 165+192+0=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C000 is #5A3FFF. Grayscale: #A2A2A2. Windows color (decimal): -5914624 or 49317. OLE color: 49317.

HSL color Cylindrical-coordinate representation of color #A5C000: hue angle of 68.44º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5C000 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 0 -
CMYK 0.14 0 1 0.25
HSL 68.44º 1% 0.38% -
HSV(B) 68.44º 1% 0.75% -
XYZ 34.37 45.7 7.01 -
YUV 162.04 36.55 130.11 -
System Red Green Blue C M Y K H S L
Decimal 165 192 0 0.14 0 1 0.25 68.44 1 0.38
Hex A5 C0 0 E 0 64 19 44 64 26
Octal 245 300 0 16 0 144 31 104 144 46
Binary 10100101 11000000 0 1110 0 1100100 11001 1000100 1100100 100110

Color Harmonies of #A5C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C000

Black with #A5C000

Text Example


Text Example

White with #A5C000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C000; }

 p { color: rgb(165,192,0); }

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

background-color css

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

 a { background-color: rgb(165,192,0); }

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

border-color css

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

 span { border-color: rgb(165,192,0); }

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