Html Css Color HEX #A5C203 Citrus

📋 copy color: '#A5C203'

red 165 ◦ green 194 ◦ blue 3

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

Shades of Citrus #A5C203

Tints of Citrus #A5C203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.59%

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

R = 45.58%
G = 53.59%
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

#A5C203 (or 0xA5C203) is known color: Citrus. HEX triplet: A5, C2 and 03. RGB value is (165,194,3). Sum of RGB (Red+Green+Blue) = 165+194+3=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C203 is #5A3DFC. Grayscale: #A4A4A4. Windows color (decimal): -5914109 or 246437. OLE color: 246437.

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

Color convert

RGB 165 194 3 -
CMYK 0.15 0 0.98 0.24
HSL 69.11º 0.97% 0.39% -
HSV(B) 69.11º 0.98% 0.76% -
XYZ 34.83 46.59 7.24 -
YUV 163.56 37.39 129.03 -
System Red Green Blue C M Y K H S L
Decimal 165 194 3 0.15 0 0.98 0.24 69.11 0.97 0.39
Hex A5 C2 3 F 0 62 18 45 61 27
Octal 245 302 3 17 0 142 30 105 141 47
Binary 10100101 11000010 11 1111 0 1100010 11000 1000101 1100001 100111

Color Harmonies of #A5C203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C203

Black with #A5C203

Text Example


Text Example

White with #A5C203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C203; }

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

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

background-color css

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

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

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

border-color css

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

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

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