Html Css Color HEX #A5C800 Citrus

📋 copy color: '#A5C800'

red 165 ◦ green 200 ◦ blue 0

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

Shades of Citrus #A5C800

Tints of Citrus #A5C800

RGB

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

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

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

R = 45.21%
G = 54.79%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#A5C800 (or 0xA5C800) is known color: Citrus. HEX triplet: A5, C8 and 00. RGB value is (165,200,0). Sum of RGB (Red+Green+Blue) = 165+200+0=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C800 is #5A37FF. Grayscale: #A7A7A7. Windows color (decimal): -5912576 or 51365. OLE color: 51365.

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

Color convert

RGB 165 200 0 -
CMYK 0.18 0 1 0.22
HSL 70.5º 1% 0.39% -
HSV(B) 70.5º 1% 0.78% -
XYZ 36.17 49.31 7.61 -
YUV 166.74 33.9 126.76 -
System Red Green Blue C M Y K H S L
Decimal 165 200 0 0.18 0 1 0.22 70.5 1 0.39
Hex A5 C8 0 12 0 64 16 46 64 27
Octal 245 310 0 22 0 144 26 106 144 47
Binary 10100101 11001000 0 10010 0 1100100 10110 1000110 1100100 100111

Color Harmonies of #A5C800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C800

Black with #A5C800

Text Example


Text Example

White with #A5C800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C800; }

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

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

background-color css

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

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

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

border-color css

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

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

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