Html Css Color HEX #A8C507 Citrus

📋 copy color: '#A8C507'

red 168 ◦ green 197 ◦ blue 7

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

Shades of Citrus #A8C507

Tints of Citrus #A8C507

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.96%

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

R = 45.16%
G = 52.96%
B = 1.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#A8C507 (or 0xA8C507) is known color: Citrus. HEX triplet: A8, C5 and 07. RGB value is (168,197,7). Sum of RGB (Red+Green+Blue) = 168+197+7=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 7 (3.12% from 255 or 1.88% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C507 is #573AF8. Grayscale: #A7A7A7. Windows color (decimal): -5716729 or 509352. OLE color: 509352.

HSL color Cylindrical-coordinate representation of color #A8C507: hue angle of 69.16º 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 #A8C507 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 7 -
CMYK 0.15 0 0.96 0.23
HSL 69.16º 0.93% 0.4% -
HSV(B) 69.16º 0.96% 0.77% -
XYZ 36.15 48.27 7.61 -
YUV 166.67 37.89 128.95 -
System Red Green Blue C M Y K H S L
Decimal 168 197 7 0.15 0 0.96 0.23 69.16 0.93 0.4
Hex A8 C5 7 F 0 60 17 45 5D 28
Octal 250 305 7 17 0 140 27 105 135 50
Binary 10101000 11000101 111 1111 0 1100000 10111 1000101 1011101 101000

Color Harmonies of #A8C507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C507

Black with #A8C507

Text Example


Text Example

White with #A8C507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C507; }

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

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

background-color css

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

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

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

border-color css

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

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

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