Html Css Color HEX #ADAF03 Citrus

📋 copy color: '#ADAF03'

red 173 ◦ green 175 ◦ blue 3

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

Shades of Citrus #ADAF03

Tints of Citrus #ADAF03

RGB

 RED value IS 173 (67.97% from 255) = 49.29%

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

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

R = 49.29%
G = 49.86%
B = 0.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#ADAF03 (or 0xADAF03) is known color: Citrus. HEX triplet: AD, AF and 03. RGB value is (173,175,3). Sum of RGB (Red+Green+Blue) = 173+175+3=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAF03 is #5250FC. Grayscale: #9B9B9B. Windows color (decimal): -5394685 or 241581. OLE color: 241581.

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

Color convert

RGB 173 175 3 -
CMYK 0.01 0 0.98 0.31
HSL 60.7º 0.97% 0.35% -
HSV(B) 60.7º 0.98% 0.69% -
XYZ 32.58 39.55 6 -
YUV 154.79 42.34 140.99 -
System Red Green Blue C M Y K H S L
Decimal 173 175 3 0.01 0 0.98 0.31 60.7 0.97 0.35
Hex AD AF 3 1 0 62 1F 3D 61 23
Octal 255 257 3 1 0 142 37 75 141 43
Binary 10101101 10101111 11 1 0 1100010 11111 111101 1100001 100011

Color Harmonies of #ADAF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF03

Black with #ADAF03

Text Example


Text Example

White with #ADAF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF03; }

 p { color: rgb(173,175,3); }

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

background-color css

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

 a { background-color: rgb(173,175,3); }

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

border-color css

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

 span { border-color: rgb(173,175,3); }

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