Html Css Color HEX #A5C905 Citrus

📋 copy color: '#A5C905'

red 165 ◦ green 201 ◦ blue 5

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

Shades of Citrus #A5C905

Tints of Citrus #A5C905

RGB

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

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

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

R = 44.47%
G = 54.18%
B = 1.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#A5C905 (or 0xA5C905) is known color: Citrus. HEX triplet: A5, C9 and 05. RGB value is (165,201,5). Sum of RGB (Red+Green+Blue) = 165+201+5=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C905 is #5A36FA. Grayscale: #A8A8A8. Windows color (decimal): -5912315 or 379301. OLE color: 379301.

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

Color convert

RGB 165 201 5 -
CMYK 0.18 0 0.98 0.21
HSL 71.02º 0.95% 0.4% -
HSV(B) 71.02º 0.98% 0.79% -
XYZ 36.43 49.78 7.83 -
YUV 167.89 36.07 125.94 -
System Red Green Blue C M Y K H S L
Decimal 165 201 5 0.18 0 0.98 0.21 71.02 0.95 0.4
Hex A5 C9 5 12 0 62 15 47 5F 28
Octal 245 311 5 22 0 142 25 107 137 50
Binary 10100101 11001001 101 10010 0 1100010 10101 1000111 1011111 101000

Color Harmonies of #A5C905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C905

Black with #A5C905

Text Example


Text Example

White with #A5C905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C905; }

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

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

background-color css

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

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

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

border-color css

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

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

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