Html Css Color HEX #A8C10F Bahia

📋 copy color: '#A8C10F'

red 168 ◦ green 193 ◦ blue 15

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

Shades of Bahia #A8C10F

Tints of Bahia #A8C10F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.33%

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

R = 44.68%
G = 51.33%
B = 3.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#A8C10F (or 0xA8C10F) is known color: Bahia. HEX triplet: A8, C1 and 0F. RGB value is (168,193,15). Sum of RGB (Red+Green+Blue) = 168+193+15=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C10F is #573EF0. Grayscale: #A5A5A5. Windows color (decimal): -5717745 or 1032616. OLE color: 1032616.

HSL color Cylindrical-coordinate representation of color #A8C10F: hue angle of 68.43º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8C10F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 15 -
CMYK 0.13 0 0.92 0.24
HSL 68.43º 0.86% 0.41% -
HSV(B) 68.43º 0.92% 0.76% -
XYZ 35.3 46.5 7.57 -
YUV 165.23 43.22 129.97 -
System Red Green Blue C M Y K H S L
Decimal 168 193 15 0.13 0 0.92 0.24 68.43 0.86 0.41
Hex A8 C1 F D 0 5C 18 44 56 29
Octal 250 301 17 15 0 134 30 104 126 51
Binary 10101000 11000001 1111 1101 0 1011100 11000 1000100 1010110 101001

Color Harmonies of #A8C10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C10F

Black with #A8C10F

Text Example


Text Example

White with #A8C10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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