Html Css Color HEX #A5C300 Citrus

📋 copy color: '#A5C300'

red 165 ◦ green 195 ◦ blue 0

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

Shades of Citrus #A5C300

Tints of Citrus #A5C300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.17%

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

R = 45.83%
G = 54.17%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#A5C300 (or 0xA5C300) is known color: Citrus. HEX triplet: A5, C3 and 00. RGB value is (165,195,0). Sum of RGB (Red+Green+Blue) = 165+195+0=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C300 is #5A3CFF. Grayscale: #A4A4A4. Windows color (decimal): -5913856 or 50085. OLE color: 50085.

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

Color convert

RGB 165 195 0 -
CMYK 0.15 0 1 0.24
HSL 69.23º 1% 0.38% -
HSV(B) 69.23º 1% 0.76% -
XYZ 35.03 47.03 7.23 -
YUV 163.8 35.56 128.86 -
System Red Green Blue C M Y K H S L
Decimal 165 195 0 0.15 0 1 0.24 69.23 1 0.38
Hex A5 C3 0 F 0 64 18 45 64 26
Octal 245 303 0 17 0 144 30 105 144 46
Binary 10100101 11000011 0 1111 0 1100100 11000 1000101 1100100 100110

Color Harmonies of #A5C300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C300

Black with #A5C300

Text Example


Text Example

White with #A5C300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C300; }

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

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

background-color css

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

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

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

border-color css

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

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

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