Html Css Color HEX #A5C202 Citrus

📋 copy color: '#A5C202'

red 165 ◦ green 194 ◦ blue 2

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

Shades of Citrus #A5C202

Tints of Citrus #A5C202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 45.71%
G = 53.74%
B = 0.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#A5C202 (or 0xA5C202) is known color: Citrus. HEX triplet: A5, C2 and 02. RGB value is (165,194,2). Sum of RGB (Red+Green+Blue) = 165+194+2=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C202 is #5A3DFD. Grayscale: #A4A4A4. Windows color (decimal): -5914110 or 180901. OLE color: 180901.

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

Color convert

RGB 165 194 2 -
CMYK 0.15 0 0.99 0.24
HSL 69.06º 0.98% 0.38% -
HSV(B) 69.06º 0.99% 0.76% -
XYZ 34.82 46.59 7.21 -
YUV 163.44 36.89 129.11 -
System Red Green Blue C M Y K H S L
Decimal 165 194 2 0.15 0 0.99 0.24 69.06 0.98 0.38
Hex A5 C2 2 F 0 63 18 45 62 26
Octal 245 302 2 17 0 143 30 105 142 46
Binary 10100101 11000010 10 1111 0 1100011 11000 1000101 1100010 100110

Color Harmonies of #A5C202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C202

Black with #A5C202

Text Example


Text Example

White with #A5C202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C202; }

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

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

background-color css

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

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

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

border-color css

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

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

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