Html Css Color HEX #A8C608 Citrus

📋 copy color: '#A8C608'

red 168 ◦ green 198 ◦ blue 8

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

Shades of Citrus #A8C608

Tints of Citrus #A8C608

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.94%

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 44.92%
G = 52.94%
B = 2.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#A8C608 (or 0xA8C608) is known color: Citrus. HEX triplet: A8, C6 and 08. RGB value is (168,198,8). Sum of RGB (Red+Green+Blue) = 168+198+8=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C608 is #5739F7. Grayscale: #A8A8A8. Windows color (decimal): -5716472 or 575144. OLE color: 575144.

HSL color Cylindrical-coordinate representation of color #A8C608: hue angle of 69.47º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8C608 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 198 8 -
CMYK 0.15 0 0.96 0.22
HSL 69.47º 0.92% 0.4% -
HSV(B) 69.47º 0.96% 0.78% -
XYZ 36.39 48.73 7.72 -
YUV 167.37 38.06 128.45 -
System Red Green Blue C M Y K H S L
Decimal 168 198 8 0.15 0 0.96 0.22 69.47 0.92 0.4
Hex A8 C6 8 F 0 60 16 45 5C 28
Octal 250 306 10 17 0 140 26 105 134 50
Binary 10101000 11000110 1000 1111 0 1100000 10110 1000101 1011100 101000

Color Harmonies of #A8C608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C608

Black with #A8C608

Text Example


Text Example

White with #A8C608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C608; }

 p { color: rgb(168,198,8); }

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

background-color css

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

 a { background-color: rgb(168,198,8); }

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

border-color css

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

 span { border-color: rgb(168,198,8); }

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