Html Css Color HEX #A8C807 Citrus

📋 copy color: '#A8C807'

red 168 ◦ green 200 ◦ blue 7

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

Shades of Citrus #A8C807

Tints of Citrus #A8C807

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.33%

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

R = 44.8%
G = 53.33%
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

#A8C807 (or 0xA8C807) is known color: Citrus. HEX triplet: A8, C8 and 07. RGB value is (168,200,7). Sum of RGB (Red+Green+Blue) = 168+200+7=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C807 is #5737F8. Grayscale: #A9A9A9. Windows color (decimal): -5715961 or 510120. OLE color: 510120.

HSL color Cylindrical-coordinate representation of color #A8C807: hue angle of 69.95º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8C807 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 200 7 -
CMYK 0.16 0 0.96 0.22
HSL 69.95º 0.93% 0.41% -
HSV(B) 69.95º 0.97% 0.78% -
XYZ 36.84 49.65 7.84 -
YUV 168.43 36.9 127.69 -
System Red Green Blue C M Y K H S L
Decimal 168 200 7 0.16 0 0.96 0.22 69.95 0.93 0.41
Hex A8 C8 7 10 0 60 16 46 5D 29
Octal 250 310 7 20 0 140 26 106 135 51
Binary 10101000 11001000 111 10000 0 1100000 10110 1000110 1011101 101001

Color Harmonies of #A8C807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C807

Black with #A8C807

Text Example


Text Example

White with #A8C807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C807; }

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

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

background-color css

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

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

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

border-color css

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

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

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