Html Css Color HEX #A8C707 Citrus

📋 copy color: '#A8C707'

red 168 ◦ green 199 ◦ blue 7

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

Shades of Citrus #A8C707

Tints of Citrus #A8C707

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.21%

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

R = 44.92%
G = 53.21%
B = 1.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#A8C707 (or 0xA8C707) is known color: Citrus. HEX triplet: A8, C7 and 07. RGB value is (168,199,7). Sum of RGB (Red+Green+Blue) = 168+199+7=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 199 (78.12% from 255 or 53.21% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C707 is #5738F8. Grayscale: #A8A8A8. Windows color (decimal): -5716217 or 509864. OLE color: 509864.

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

Color convert

RGB 168 199 7 -
CMYK 0.16 0 0.96 0.22
HSL 69.69º 0.93% 0.4% -
HSV(B) 69.69º 0.96% 0.78% -
XYZ 36.61 49.19 7.77 -
YUV 167.84 37.23 128.11 -
System Red Green Blue C M Y K H S L
Decimal 168 199 7 0.16 0 0.96 0.22 69.69 0.93 0.4
Hex A8 C7 7 10 0 60 16 46 5D 28
Octal 250 307 7 20 0 140 26 106 135 50
Binary 10101000 11000111 111 10000 0 1100000 10110 1000110 1011101 101000

Color Harmonies of #A8C707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C707

Black with #A8C707

Text Example


Text Example

White with #A8C707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C707; }

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

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

background-color css

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

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

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

border-color css

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

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

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