Html Css Color HEX #A7C901 Citrus

📋 copy color: '#A7C901'

red 167 ◦ green 201 ◦ blue 1

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

Shades of Citrus #A7C901

Tints of Citrus #A7C901

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.47%

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

R = 45.26%
G = 54.47%
B = 0.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#A7C901 (or 0xA7C901) is known color: Citrus. HEX triplet: A7, C9 and 01. RGB value is (167,201,1). Sum of RGB (Red+Green+Blue) = 167+201+1=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C901 is #5836FE. Grayscale: #A8A8A8. Windows color (decimal): -5781247 or 117159. OLE color: 117159.

HSL color Cylindrical-coordinate representation of color #A7C901: hue angle of 70.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7C901 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 201 1 -
CMYK 0.17 0 1.00 0.21
HSL 70.2º 0.99% 0.4% -
HSV(B) 70.2º 1% 0.79% -
XYZ 36.83 49.99 7.74 -
YUV 168.03 33.74 127.26 -
System Red Green Blue C M Y K H S L
Decimal 167 201 1 0.17 0 1.00 0.21 70.2 0.99 0.4
Hex A7 C9 1 11 0 64 15 46 63 28
Octal 247 311 1 21 0 144 25 106 143 50
Binary 10100111 11001001 1 10001 0 1100100 10101 1000110 1100011 101000

Color Harmonies of #A7C901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C901

Black with #A7C901

Text Example


Text Example

White with #A7C901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C901; }

 p { color: rgb(167,201,1); }

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

background-color css

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

 a { background-color: rgb(167,201,1); }

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

border-color css

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

 span { border-color: rgb(167,201,1); }

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