Html Css Color HEX #A3AF02 Citrus

📋 copy color: '#A3AF02'

red 163 ◦ green 175 ◦ blue 2

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

Shades of Citrus #A3AF02

Tints of Citrus #A3AF02

RGB

 RED value IS 163 (64.06% from 255) = 47.94%

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

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

R = 47.94%
G = 51.47%
B = 0.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#A3AF02 (or 0xA3AF02) is known color: Citrus. HEX triplet: A3, AF and 02. RGB value is (163,175,2). Sum of RGB (Red+Green+Blue) = 163+175+2=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AF02 is #5C50FD. Grayscale: #989898. Windows color (decimal): -6050046 or 176035. OLE color: 176035.

HSL color Cylindrical-coordinate representation of color #A3AF02: hue angle of 64.16º 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 #A3AF02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 175 2 -
CMYK 0.07 0 0.99 0.31
HSL 64.16º 0.98% 0.35% -
HSV(B) 64.16º 0.99% 0.69% -
XYZ 30.45 38.45 5.87 -
YUV 151.69 43.52 136.07 -
System Red Green Blue C M Y K H S L
Decimal 163 175 2 0.07 0 0.99 0.31 64.16 0.98 0.35
Hex A3 AF 2 7 0 63 1F 40 62 23
Octal 243 257 2 7 0 143 37 100 142 43
Binary 10100011 10101111 10 111 0 1100011 11111 1000000 1100010 100011

Color Harmonies of #A3AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AF02

Black with #A3AF02

Text Example


Text Example

White with #A3AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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