Html Css Color HEX #A5C103 Citrus

📋 copy color: '#A5C103'

red 165 ◦ green 193 ◦ blue 3

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

Shades of Citrus #A5C103

Tints of Citrus #A5C103

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.46%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 45.71%
G = 53.46%
B = 0.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#A5C103 (or 0xA5C103) is known color: Citrus. HEX triplet: A5, C1 and 03. RGB value is (165,193,3). Sum of RGB (Red+Green+Blue) = 165+193+3=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C103 is #5A3EFC. Grayscale: #A3A3A3. Windows color (decimal): -5914365 or 246181. OLE color: 246181.

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

Color convert

RGB 165 193 3 -
CMYK 0.15 0 0.98 0.24
HSL 68.84º 0.97% 0.38% -
HSV(B) 68.84º 0.98% 0.76% -
XYZ 34.6 46.15 7.17 -
YUV 162.97 37.72 129.45 -
System Red Green Blue C M Y K H S L
Decimal 165 193 3 0.15 0 0.98 0.24 68.84 0.97 0.38
Hex A5 C1 3 F 0 62 18 45 61 26
Octal 245 301 3 17 0 142 30 105 141 46
Binary 10100101 11000001 11 1111 0 1100010 11000 1000101 1100001 100110

Color Harmonies of #A5C103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C103

Black with #A5C103

Text Example


Text Example

White with #A5C103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C103; }

 p { color: rgb(165,193,3); }

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

background-color css

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

 a { background-color: rgb(165,193,3); }

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

border-color css

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

 span { border-color: rgb(165,193,3); }

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