Html Css Color HEX #A8C407 Citrus

📋 copy color: '#A8C407'

red 168 ◦ green 196 ◦ blue 7

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

Shades of Citrus #A8C407

Tints of Citrus #A8C407

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.83%

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

R = 45.28%
G = 52.83%
B = 1.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#A8C407 (or 0xA8C407) is known color: Citrus. HEX triplet: A8, C4 and 07. RGB value is (168,196,7). Sum of RGB (Red+Green+Blue) = 168+196+7=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C407 is #573BF8. Grayscale: #A6A6A6. Windows color (decimal): -5716985 or 509096. OLE color: 509096.

HSL color Cylindrical-coordinate representation of color #A8C407: hue angle of 68.89º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8C407 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 196 7 -
CMYK 0.14 0 0.96 0.23
HSL 68.89º 0.93% 0.4% -
HSV(B) 68.89º 0.96% 0.77% -
XYZ 35.93 47.82 7.54 -
YUV 166.08 38.22 129.37 -
System Red Green Blue C M Y K H S L
Decimal 168 196 7 0.14 0 0.96 0.23 68.89 0.93 0.4
Hex A8 C4 7 E 0 60 17 45 5D 28
Octal 250 304 7 16 0 140 27 105 135 50
Binary 10101000 11000100 111 1110 0 1100000 10111 1000101 1011101 101000

Color Harmonies of #A8C407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C407

Black with #A8C407

Text Example


Text Example

White with #A8C407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C407; }

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

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

background-color css

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

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

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

border-color css

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

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

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