Html Css Color HEX #A8C001 Citrus

📋 copy color: '#A8C001'

red 168 ◦ green 192 ◦ blue 1

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

Shades of Citrus #A8C001

Tints of Citrus #A8C001

RGB

 RED value IS 168 (66.02% from 255) = 46.54%

 GREEN value IS 192 (75.39% from 255) = 53.19%

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

R = 46.54%
G = 53.19%
B = 0.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#A8C001 (or 0xA8C001) is known color: Citrus. HEX triplet: A8, C0 and 01. RGB value is (168,192,1). Sum of RGB (Red+Green+Blue) = 168+192+1=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C001 is #573FFE. Grayscale: #A3A3A3. Windows color (decimal): -5718015 or 114856. OLE color: 114856.

HSL color Cylindrical-coordinate representation of color #A8C001: hue angle of 67.54º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8C001 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 192 1 -
CMYK 0.12 0 0.99 0.25
HSL 67.54º 0.99% 0.38% -
HSV(B) 67.54º 0.99% 0.75% -
XYZ 35 46.03 7.07 -
YUV 163.05 36.55 131.53 -
System Red Green Blue C M Y K H S L
Decimal 168 192 1 0.12 0 0.99 0.25 67.54 0.99 0.38
Hex A8 C0 1 C 0 63 19 44 63 26
Octal 250 300 1 14 0 143 31 104 143 46
Binary 10101000 11000000 1 1100 0 1100011 11001 1000100 1100011 100110

Color Harmonies of #A8C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C001

Black with #A8C001

Text Example


Text Example

White with #A8C001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C001; }

 p { color: rgb(168,192,1); }

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

background-color css

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

 a { background-color: rgb(168,192,1); }

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

border-color css

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

 span { border-color: rgb(168,192,1); }

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