Html Css Color HEX #A4CE01 Citrus

📋 copy color: '#A4CE01'

red 164 ◦ green 206 ◦ blue 1

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

Shades of Citrus #A4CE01

Tints of Citrus #A4CE01

RGB

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

 GREEN value IS 206 (80.86% from 255) = 55.53%

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

R = 44.2%
G = 55.53%
B = 0.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#A4CE01 (or 0xA4CE01) is known color: Citrus. HEX triplet: A4, CE and 01. RGB value is (164,206,1). Sum of RGB (Red+Green+Blue) = 164+206+1=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CE01 is #5B31FE. Grayscale: #AAAAAA. Windows color (decimal): -5976575 or 118436. OLE color: 118436.

HSL color Cylindrical-coordinate representation of color #A4CE01: hue angle of 72.29º 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 #A4CE01 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 206 1 -
CMYK 0.20 0 1.00 0.19
HSL 72.29º 0.99% 0.41% -
HSV(B) 72.29º 1% 0.81% -
XYZ 37.39 52.04 8.1 -
YUV 170.07 32.59 123.67 -
System Red Green Blue C M Y K H S L
Decimal 164 206 1 0.20 0 1.00 0.19 72.29 0.99 0.41
Hex A4 CE 1 14 0 64 13 48 63 29
Octal 244 316 1 24 0 144 23 110 143 51
Binary 10100100 11001110 1 10100 0 1100100 10011 1001000 1100011 101001

Color Harmonies of #A4CE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CE01

Black with #A4CE01

Text Example


Text Example

White with #A4CE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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