Html Css Color HEX #A8C107 Citrus

📋 copy color: '#A8C107'

red 168 ◦ green 193 ◦ blue 7

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

Shades of Citrus #A8C107

Tints of Citrus #A8C107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.9%

R = 45.65%
G = 52.45%
B = 1.9%

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

#A8C107 (or 0xA8C107) is known color: Citrus. HEX triplet: A8, C1 and 07. RGB value is (168,193,7). Sum of RGB (Red+Green+Blue) = 168+193+7=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 7 (3.12% from 255 or 1.90% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C107 is #573EF8. Grayscale: #A5A5A5. Windows color (decimal): -5717753 or 508328. OLE color: 508328.

HSL color Cylindrical-coordinate representation of color #A8C107: hue angle of 68.06º degrees, saturation: 0.93, 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 #A8C107 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 7 -
CMYK 0.13 0 0.96 0.24
HSL 68.06º 0.93% 0.39% -
HSV(B) 68.06º 0.96% 0.76% -
XYZ 35.26 46.48 7.31 -
YUV 164.32 39.22 130.62 -
System Red Green Blue C M Y K H S L
Decimal 168 193 7 0.13 0 0.96 0.24 68.06 0.93 0.39
Hex A8 C1 7 D 0 60 18 44 5D 27
Octal 250 301 7 15 0 140 30 104 135 47
Binary 10101000 11000001 111 1101 0 1100000 11000 1000100 1011101 100111

Color Harmonies of #A8C107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C107

Black with #A8C107

Text Example


Text Example

White with #A8C107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C107; }

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

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

background-color css

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

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

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

border-color css

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

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

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