Html Css Color HEX #A7C400 Citrus

📋 copy color: '#A7C400'

red 167 ◦ green 196 ◦ blue 0

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

Shades of Citrus #A7C400

Tints of Citrus #A7C400

RGB

 RED value IS 167 (65.63% from 255) = 46.01%

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

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

R = 46.01%
G = 53.99%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#A7C400 (or 0xA7C400) is known color: Citrus. HEX triplet: A7, C4 and 00. RGB value is (167,196,0). Sum of RGB (Red+Green+Blue) = 167+196+0=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C400 is #583BFF. Grayscale: #A5A5A5. Windows color (decimal): -5782528 or 50343. OLE color: 50343.

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

Color convert

RGB 167 196 0 -
CMYK 0.15 0 1 0.23
HSL 68.88º 1% 0.38% -
HSV(B) 68.88º 1% 0.77% -
XYZ 35.68 47.7 7.33 -
YUV 164.99 34.89 129.44 -
System Red Green Blue C M Y K H S L
Decimal 167 196 0 0.15 0 1 0.23 68.88 1 0.38
Hex A7 C4 0 F 0 64 17 45 64 26
Octal 247 304 0 17 0 144 27 105 144 46
Binary 10100111 11000100 0 1111 0 1100100 10111 1000101 1100100 100110

Color Harmonies of #A7C400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C400

Black with #A7C400

Text Example


Text Example

White with #A7C400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C400; }

 p { color: rgb(167,196,0); }

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

background-color css

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

 a { background-color: rgb(167,196,0); }

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

border-color css

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

 span { border-color: rgb(167,196,0); }

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