Html Css Color HEX #A8C20F Bahia

📋 copy color: '#A8C20F'

red 168 ◦ green 194 ◦ blue 15

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

Shades of Bahia #A8C20F

Tints of Bahia #A8C20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.46%

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

R = 44.56%
G = 51.46%
B = 3.98%

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

#A8C20F (or 0xA8C20F) is known color: Bahia. HEX triplet: A8, C2 and 0F. RGB value is (168,194,15). Sum of RGB (Red+Green+Blue) = 168+194+15=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C20F is #573DF0. Grayscale: #A6A6A6. Windows color (decimal): -5717489 or 1032872. OLE color: 1032872.

HSL color Cylindrical-coordinate representation of color #A8C20F: hue angle of 68.72º 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 #A8C20F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 15 -
CMYK 0.13 0 0.92 0.24
HSL 68.72º 0.86% 0.41% -
HSV(B) 68.72º 0.92% 0.76% -
XYZ 35.53 46.94 7.64 -
YUV 165.82 42.89 129.55 -
System Red Green Blue C M Y K H S L
Decimal 168 194 15 0.13 0 0.92 0.24 68.72 0.86 0.41
Hex A8 C2 F D 0 5C 18 45 56 29
Octal 250 302 17 15 0 134 30 105 126 51
Binary 10101000 11000010 1111 1101 0 1011100 11000 1000101 1010110 101001

Color Harmonies of #A8C20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C20F

Black with #A8C20F

Text Example


Text Example

White with #A8C20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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