Html Css Color HEX #A8C70F Bahia

📋 copy color: '#A8C70F'

red 168 ◦ green 199 ◦ blue 15

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

Shades of Bahia #A8C70F

Tints of Bahia #A8C70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.93%

R = 43.98%
G = 52.09%
B = 3.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#A8C70F (or 0xA8C70F) is known color: Bahia. HEX triplet: A8, C7 and 0F. RGB value is (168,199,15). Sum of RGB (Red+Green+Blue) = 168+199+15=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 199 (78.12% from 255 or 52.09% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C70F is #5738F0. Grayscale: #A9A9A9. Windows color (decimal): -5716209 or 1034152. OLE color: 1034152.

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

Color convert

RGB 168 199 15 -
CMYK 0.16 0 0.92 0.22
HSL 70.11º 0.86% 0.42% -
HSV(B) 70.11º 0.92% 0.78% -
XYZ 36.66 49.21 8.02 -
YUV 168.76 41.23 127.46 -
System Red Green Blue C M Y K H S L
Decimal 168 199 15 0.16 0 0.92 0.22 70.11 0.86 0.42
Hex A8 C7 F 10 0 5C 16 46 56 2A
Octal 250 307 17 20 0 134 26 106 126 52
Binary 10101000 11000111 1111 10000 0 1011100 10110 1000110 1010110 101010

Color Harmonies of #A8C70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C70F

Black with #A8C70F

Text Example


Text Example

White with #A8C70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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