Html Css Color HEX #ACC403 Citrus

📋 copy color: '#ACC403'

red 172 ◦ green 196 ◦ blue 3

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

Shades of Citrus #ACC403

Tints of Citrus #ACC403

RGB

 RED value IS 172 (67.58% from 255) = 46.36%

 GREEN value IS 196 (76.95% from 255) = 52.83%

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

R = 46.36%
G = 52.83%
B = 0.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#ACC403 (or 0xACC403) is known color: Citrus. HEX triplet: AC, C4 and 03. RGB value is (172,196,3). Sum of RGB (Red+Green+Blue) = 172+196+3=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC403 is #533BFC. Grayscale: #A7A7A7. Windows color (decimal): -5454845 or 246956. OLE color: 246956.

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

Color convert

RGB 172 196 3 -
CMYK 0.12 0 0.98 0.23
HSL 67.46º 0.97% 0.39% -
HSV(B) 67.46º 0.98% 0.77% -
XYZ 36.77 48.26 7.46 -
YUV 166.82 35.55 131.69 -
System Red Green Blue C M Y K H S L
Decimal 172 196 3 0.12 0 0.98 0.23 67.46 0.97 0.39
Hex AC C4 3 C 0 62 17 43 61 27
Octal 254 304 3 14 0 142 27 103 141 47
Binary 10101100 11000100 11 1100 0 1100010 10111 1000011 1100001 100111

Color Harmonies of #ACC403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC403

Black with #ACC403

Text Example


Text Example

White with #ACC403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC403; }

 p { color: rgb(172,196,3); }

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

background-color css

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

 a { background-color: rgb(172,196,3); }

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

border-color css

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

 span { border-color: rgb(172,196,3); }

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