Html Css Color HEX #A8C800 Citrus

📋 copy color: '#A8C800'

red 168 ◦ green 200 ◦ blue 0

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

Shades of Citrus #A8C800

Tints of Citrus #A8C800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.65%
G = 54.35%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#A8C800 (or 0xA8C800) is known color: Citrus. HEX triplet: A8, C8 and 00. RGB value is (168,200,0). Sum of RGB (Red+Green+Blue) = 168+200+0=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 200 (78.52% from 255 or 54.35% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C800 is #5737FF. Grayscale: #A8A8A8. Windows color (decimal): -5715968 or 51368. OLE color: 51368.

HSL color Cylindrical-coordinate representation of color #A8C800: hue angle of 69.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8C800 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 200 0 -
CMYK 0.16 0 1 0.22
HSL 69.6º 1% 0.39% -
HSV(B) 69.6º 1% 0.78% -
XYZ 36.8 49.63 7.64 -
YUV 167.63 33.4 128.26 -
System Red Green Blue C M Y K H S L
Decimal 168 200 0 0.16 0 1 0.22 69.6 1 0.39
Hex A8 C8 0 10 0 64 16 46 64 27
Octal 250 310 0 20 0 144 26 106 144 47
Binary 10101000 11001000 0 10000 0 1100100 10110 1000110 1100100 100111

Color Harmonies of #A8C800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C800

Black with #A8C800

Text Example


Text Example

White with #A8C800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C800; }

 p { color: rgb(168,200,0); }

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

background-color css

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

 a { background-color: rgb(168,200,0); }

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

border-color css

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

 span { border-color: rgb(168,200,0); }

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