Html Css Color HEX #A8C108 Citrus

📋 copy color: '#A8C108'

red 168 ◦ green 193 ◦ blue 8

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

Shades of Citrus #A8C108

Tints of Citrus #A8C108

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.3%

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

R = 45.53%
G = 52.3%
B = 2.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#A8C108 (or 0xA8C108) is known color: Citrus. HEX triplet: A8, C1 and 08. RGB value is (168,193,8). Sum of RGB (Red+Green+Blue) = 168+193+8=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C108 is #573EF7. Grayscale: #A5A5A5. Windows color (decimal): -5717752 or 573864. OLE color: 573864.

HSL color Cylindrical-coordinate representation of color #A8C108: hue angle of 68.11º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8C108 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 8 -
CMYK 0.13 0 0.96 0.24
HSL 68.11º 0.92% 0.39% -
HSV(B) 68.11º 0.96% 0.76% -
XYZ 35.26 46.48 7.34 -
YUV 164.44 39.72 130.54 -
System Red Green Blue C M Y K H S L
Decimal 168 193 8 0.13 0 0.96 0.24 68.11 0.92 0.39
Hex A8 C1 8 D 0 60 18 44 5C 27
Octal 250 301 10 15 0 140 30 104 134 47
Binary 10101000 11000001 1000 1101 0 1100000 11000 1000100 1011100 100111

Color Harmonies of #A8C108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C108

Black with #A8C108

Text Example


Text Example

White with #A8C108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C108; }

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

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

background-color css

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

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

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

border-color css

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

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

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