Html Css Color HEX #A8C318 Bahia

📋 copy color: '#A8C318'

red 168 ◦ green 195 ◦ blue 24

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

Shades of Bahia #A8C318

Tints of Bahia #A8C318

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.39%

 BLUE value IS 24 (9.77% from 255) = 6.2%

R = 43.41%
G = 50.39%
B = 6.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#A8C318 (or 0xA8C318) is known color: Bahia. HEX triplet: A8, C3 and 18. RGB value is (168,195,24). Sum of RGB (Red+Green+Blue) = 168+195+24=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C318 is #573CE7. Grayscale: #A8A8A8. Windows color (decimal): -5717224 or 1622952. OLE color: 1622952.

HSL color Cylindrical-coordinate representation of color #A8C318: hue angle of 69.47º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8C318 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 195 24 -
CMYK 0.14 0 0.88 0.24
HSL 69.47º 0.78% 0.43% -
HSV(B) 69.47º 0.88% 0.76% -
XYZ 35.83 47.42 8.13 -
YUV 167.43 47.05 128.4 -
System Red Green Blue C M Y K H S L
Decimal 168 195 24 0.14 0 0.88 0.24 69.47 0.78 0.43
Hex A8 C3 18 E 0 58 18 45 4E 2B
Octal 250 303 30 16 0 130 30 105 116 53
Binary 10101000 11000011 11000 1110 0 1011000 11000 1000101 1001110 101011

Color Harmonies of #A8C318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C318

Black with #A8C318

Text Example


Text Example

White with #A8C318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C318; }

 p { color: rgb(168,195,24); }

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

background-color css

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

 a { background-color: rgb(168,195,24); }

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

border-color css

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

 span { border-color: rgb(168,195,24); }

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