Html Css Color HEX #A5C010 Citrus

📋 copy color: '#A5C010'

red 165 ◦ green 192 ◦ blue 16

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

Shades of Citrus #A5C010

Tints of Citrus #A5C010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.29%

R = 44.24%
G = 51.47%
B = 4.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#A5C010 (or 0xA5C010) is known color: Citrus. HEX triplet: A5, C0 and 10. RGB value is (165,192,16). Sum of RGB (Red+Green+Blue) = 165+192+16=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C010 is #5A3FEF. Grayscale: #A4A4A4. Windows color (decimal): -5914608 or 1097893. OLE color: 1097893.

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

Color convert

RGB 165 192 16 -
CMYK 0.14 0 0.92 0.25
HSL 69.2º 0.85% 0.41% -
HSV(B) 69.2º 0.92% 0.75% -
XYZ 34.46 45.74 7.5 -
YUV 163.86 44.55 128.81 -
System Red Green Blue C M Y K H S L
Decimal 165 192 16 0.14 0 0.92 0.25 69.2 0.85 0.41
Hex A5 C0 10 E 0 5C 19 45 55 29
Octal 245 300 20 16 0 134 31 105 125 51
Binary 10100101 11000000 10000 1110 0 1011100 11001 1000101 1010101 101001

Color Harmonies of #A5C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C010

Black with #A5C010

Text Example


Text Example

White with #A5C010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C010; }

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

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

background-color css

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

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

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

border-color css

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

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

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