Html Css Color HEX #A7CF01 Citrus

📋 copy color: '#A7CF01'

red 167 ◦ green 207 ◦ blue 1

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

Shades of Citrus #A7CF01

Tints of Citrus #A7CF01

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.2%

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

R = 44.53%
G = 55.2%
B = 0.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#A7CF01 (or 0xA7CF01) is known color: Citrus. HEX triplet: A7, CF and 01. RGB value is (167,207,1). Sum of RGB (Red+Green+Blue) = 167+207+1=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7CF01 is #5830FE. Grayscale: #ACACAC. Windows color (decimal): -5779711 or 118695. OLE color: 118695.

HSL color Cylindrical-coordinate representation of color #A7CF01: hue angle of 71.65º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7CF01 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 207 1 -
CMYK 0.19 0 1.00 0.19
HSL 71.65º 0.99% 0.41% -
HSV(B) 71.65º 1% 0.81% -
XYZ 38.25 52.84 8.21 -
YUV 171.56 31.75 124.75 -
System Red Green Blue C M Y K H S L
Decimal 167 207 1 0.19 0 1.00 0.19 71.65 0.99 0.41
Hex A7 CF 1 13 0 64 13 48 63 29
Octal 247 317 1 23 0 144 23 110 143 51
Binary 10100111 11001111 1 10011 0 1100100 10011 1001000 1100011 101001

Color Harmonies of #A7CF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CF01

Black with #A7CF01

Text Example


Text Example

White with #A7CF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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