Html Css Color HEX #A5C004 Citrus

📋 copy color: '#A5C004'

red 165 ◦ green 192 ◦ blue 4

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

Shades of Citrus #A5C004

Tints of Citrus #A5C004

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.19%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 45.71%
G = 53.19%
B = 1.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#A5C004 (or 0xA5C004) is known color: Citrus. HEX triplet: A5, C0 and 04. RGB value is (165,192,4). Sum of RGB (Red+Green+Blue) = 165+192+4=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C004 is #5A3FFB. Grayscale: #A3A3A3. Windows color (decimal): -5914620 or 311461. OLE color: 311461.

HSL color Cylindrical-coordinate representation of color #A5C004: hue angle of 68.62º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5C004 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 4 -
CMYK 0.14 0 0.98 0.25
HSL 68.62º 0.96% 0.38% -
HSV(B) 68.62º 0.98% 0.75% -
XYZ 34.39 45.71 7.12 -
YUV 162.5 38.55 129.79 -
System Red Green Blue C M Y K H S L
Decimal 165 192 4 0.14 0 0.98 0.25 68.62 0.96 0.38
Hex A5 C0 4 E 0 62 19 45 60 26
Octal 245 300 4 16 0 142 31 105 140 46
Binary 10100101 11000000 100 1110 0 1100010 11001 1000101 1100000 100110

Color Harmonies of #A5C004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C004

Black with #A5C004

Text Example


Text Example

White with #A5C004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C004; }

 p { color: rgb(165,192,4); }

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

background-color css

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

 a { background-color: rgb(165,192,4); }

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

border-color css

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

 span { border-color: rgb(165,192,4); }

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