Html Css Color HEX #A8C301 Citrus

📋 copy color: '#A8C301'

red 168 ◦ green 195 ◦ blue 1

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

Shades of Citrus #A8C301

Tints of Citrus #A8C301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.57%

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

R = 46.15%
G = 53.57%
B = 0.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#A8C301 (or 0xA8C301) is known color: Citrus. HEX triplet: A8, C3 and 01. RGB value is (168,195,1). Sum of RGB (Red+Green+Blue) = 168+195+1=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C301 is #573CFE. Grayscale: #A5A5A5. Windows color (decimal): -5717247 or 115624. OLE color: 115624.

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

Color convert

RGB 168 195 1 -
CMYK 0.14 0 0.99 0.24
HSL 68.35º 0.99% 0.38% -
HSV(B) 68.35º 0.99% 0.76% -
XYZ 35.67 47.36 7.29 -
YUV 164.81 35.55 130.27 -
System Red Green Blue C M Y K H S L
Decimal 168 195 1 0.14 0 0.99 0.24 68.35 0.99 0.38
Hex A8 C3 1 E 0 63 18 44 63 26
Octal 250 303 1 16 0 143 30 104 143 46
Binary 10101000 11000011 1 1110 0 1100011 11000 1000100 1100011 100110

Color Harmonies of #A8C301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C301

Black with #A8C301

Text Example


Text Example

White with #A8C301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C301; }

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

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

background-color css

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

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

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

border-color css

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

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

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