Html Css Color HEX #A5C900 Citrus

📋 copy color: '#A5C900'

red 165 ◦ green 201 ◦ blue 0

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

Shades of Citrus #A5C900

Tints of Citrus #A5C900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.92%

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

R = 45.08%
G = 54.92%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#A5C900 (or 0xA5C900) is known color: Citrus. HEX triplet: A5, C9 and 00. RGB value is (165,201,0). Sum of RGB (Red+Green+Blue) = 165+201+0=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C900 is #5A36FF. Grayscale: #A8A8A8. Windows color (decimal): -5912320 or 51621. OLE color: 51621.

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

Color convert

RGB 165 201 0 -
CMYK 0.18 0 1 0.21
HSL 70.75º 1% 0.39% -
HSV(B) 70.75º 1% 0.79% -
XYZ 36.4 49.77 7.69 -
YUV 167.32 33.57 126.34 -
System Red Green Blue C M Y K H S L
Decimal 165 201 0 0.18 0 1 0.21 70.75 1 0.39
Hex A5 C9 0 12 0 64 15 47 64 27
Octal 245 311 0 22 0 144 25 107 144 47
Binary 10100101 11001001 0 10010 0 1100100 10101 1000111 1100100 100111

Color Harmonies of #A5C900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C900

Black with #A5C900

Text Example


Text Example

White with #A5C900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C900; }

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

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

background-color css

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

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

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

border-color css

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

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

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