Html Css Color HEX #A8C30F Bahia

📋 copy color: '#A8C30F'

red 168 ◦ green 195 ◦ blue 15

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

Shades of Bahia #A8C30F

Tints of Bahia #A8C30F

RGB

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

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

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

R = 44.44%
G = 51.59%
B = 3.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#A8C30F (or 0xA8C30F) is known color: Bahia. HEX triplet: A8, C3 and 0F. RGB value is (168,195,15). Sum of RGB (Red+Green+Blue) = 168+195+15=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C30F is #573CF0. Grayscale: #A7A7A7. Windows color (decimal): -5717233 or 1033128. OLE color: 1033128.

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

Color convert

RGB 168 195 15 -
CMYK 0.14 0 0.92 0.24
HSL 69º 0.86% 0.41% -
HSV(B) 69º 0.92% 0.76% -
XYZ 35.75 47.39 7.71 -
YUV 166.41 42.55 129.14 -
System Red Green Blue C M Y K H S L
Decimal 168 195 15 0.14 0 0.92 0.24 69 0.86 0.41
Hex A8 C3 F E 0 5C 18 45 56 29
Octal 250 303 17 16 0 134 30 105 126 51
Binary 10101000 11000011 1111 1110 0 1011100 11000 1000101 1010110 101001

Color Harmonies of #A8C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C30F

Black with #A8C30F

Text Example


Text Example

White with #A8C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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