Html Css Color HEX #A5C305 Citrus

📋 copy color: '#A5C305'

red 165 ◦ green 195 ◦ blue 5

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

Shades of Citrus #A5C305

Tints of Citrus #A5C305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 45.21%
G = 53.42%
B = 1.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#A5C305 (or 0xA5C305) is known color: Citrus. HEX triplet: A5, C3 and 05. RGB value is (165,195,5). Sum of RGB (Red+Green+Blue) = 165+195+5=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C305 is #5A3CFA. Grayscale: #A5A5A5. Windows color (decimal): -5913851 or 377765. OLE color: 377765.

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

Color convert

RGB 165 195 5 -
CMYK 0.15 0 0.97 0.24
HSL 69.47º 0.95% 0.39% -
HSV(B) 69.47º 0.97% 0.76% -
XYZ 35.06 47.04 7.38 -
YUV 164.37 38.06 128.45 -
System Red Green Blue C M Y K H S L
Decimal 165 195 5 0.15 0 0.97 0.24 69.47 0.95 0.39
Hex A5 C3 5 F 0 61 18 45 5F 27
Octal 245 303 5 17 0 141 30 105 137 47
Binary 10100101 11000011 101 1111 0 1100001 11000 1000101 1011111 100111

Color Harmonies of #A5C305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C305

Black with #A5C305

Text Example


Text Example

White with #A5C305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C305; }

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

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

background-color css

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

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

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

border-color css

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

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

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