Html Css Color HEX #ACC100 Citrus

📋 copy color: '#ACC100'

red 172 ◦ green 193 ◦ blue 0

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

Shades of Citrus #ACC100

Tints of Citrus #ACC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.12%
G = 52.88%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#ACC100 (or 0xACC100) is known color: Citrus. HEX triplet: AC, C1 and 00. RGB value is (172,193,0). Sum of RGB (Red+Green+Blue) = 172+193+0=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC100 is #533EFF. Grayscale: #A5A5A5. Windows color (decimal): -5455616 or 49580. OLE color: 49580.

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

Color convert

RGB 172 193 0 -
CMYK 0.11 0 1 0.24
HSL 66.53º 1% 0.38% -
HSV(B) 66.53º 1% 0.76% -
XYZ 36.08 46.91 7.15 -
YUV 164.72 35.04 133.19 -
System Red Green Blue C M Y K H S L
Decimal 172 193 0 0.11 0 1 0.24 66.53 1 0.38
Hex AC C1 0 B 0 64 18 43 64 26
Octal 254 301 0 13 0 144 30 103 144 46
Binary 10101100 11000001 0 1011 0 1100100 11000 1000011 1100100 100110

Color Harmonies of #ACC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC100

Black with #ACC100

Text Example


Text Example

White with #ACC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC100; }

 p { color: rgb(172,193,0); }

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

background-color css

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

 a { background-color: rgb(172,193,0); }

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

border-color css

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

 span { border-color: rgb(172,193,0); }

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