Html Css Color HEX #A5AF02 Citrus

📋 copy color: '#A5AF02'

red 165 ◦ green 175 ◦ blue 2

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

Shades of Citrus #A5AF02

Tints of Citrus #A5AF02

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.17%

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

R = 48.25%
G = 51.17%
B = 0.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#A5AF02 (or 0xA5AF02) is known color: Citrus. HEX triplet: A5, AF and 02. RGB value is (165,175,2). Sum of RGB (Red+Green+Blue) = 165+175+2=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AF02 is #5A50FD. Grayscale: #989898. Windows color (decimal): -5918974 or 176037. OLE color: 176037.

HSL color Cylindrical-coordinate representation of color #A5AF02: hue angle of 63.47º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5AF02 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 175 2 -
CMYK 0.06 0 0.99 0.31
HSL 63.47º 0.98% 0.35% -
HSV(B) 63.47º 0.99% 0.69% -
XYZ 30.86 38.66 5.89 -
YUV 152.29 43.19 137.07 -
System Red Green Blue C M Y K H S L
Decimal 165 175 2 0.06 0 0.99 0.31 63.47 0.98 0.35
Hex A5 AF 2 6 0 63 1F 3F 62 23
Octal 245 257 2 6 0 143 37 77 142 43
Binary 10100101 10101111 10 110 0 1100011 11111 111111 1100010 100011

Color Harmonies of #A5AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF02

Black with #A5AF02

Text Example


Text Example

White with #A5AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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