Html Css Color HEX #A4C601 Citrus

📋 copy color: '#A4C601'

red 164 ◦ green 198 ◦ blue 1

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

Shades of Citrus #A4C601

Tints of Citrus #A4C601

RGB

 RED value IS 164 (64.45% from 255) = 45.18%

 GREEN value IS 198 (77.73% from 255) = 54.55%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 45.18%
G = 54.55%
B = 0.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#A4C601 (or 0xA4C601) is known color: Citrus. HEX triplet: A4, C6 and 01. RGB value is (164,198,1). Sum of RGB (Red+Green+Blue) = 164+198+1=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C601 is #5B39FE. Grayscale: #A6A6A6. Windows color (decimal): -5978623 or 116388. OLE color: 116388.

HSL color Cylindrical-coordinate representation of color #A4C601: hue angle of 70.36º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4C601 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 198 1 -
CMYK 0.17 0 0.99 0.22
HSL 70.36º 0.99% 0.39% -
HSV(B) 70.36º 0.99% 0.78% -
XYZ 35.51 48.28 7.48 -
YUV 165.38 35.24 127.02 -
System Red Green Blue C M Y K H S L
Decimal 164 198 1 0.17 0 0.99 0.22 70.36 0.99 0.39
Hex A4 C6 1 11 0 63 16 46 63 27
Octal 244 306 1 21 0 143 26 106 143 47
Binary 10100100 11000110 1 10001 0 1100011 10110 1000110 1100011 100111

Color Harmonies of #A4C601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C601

Black with #A4C601

Text Example


Text Example

White with #A4C601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C601; }

 p { color: rgb(164,198,1); }

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

background-color css

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

 a { background-color: rgb(164,198,1); }

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

border-color css

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

 span { border-color: rgb(164,198,1); }

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