Html Css Color HEX #A9C01E Bahia

📋 copy color: '#A9C01E'

red 169 ◦ green 192 ◦ blue 30

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

Shades of Bahia #A9C01E

Tints of Bahia #A9C01E

RGB

 RED value IS 169 (66.41% from 255) = 43.22%

 GREEN value IS 192 (75.39% from 255) = 49.1%

 BLUE value IS 30 (12.11% from 255) = 7.67%

R = 43.22%
G = 49.1%
B = 7.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#A9C01E (or 0xA9C01E) is known color: Bahia. HEX triplet: A9, C0 and 1E. RGB value is (169,192,30). Sum of RGB (Red+Green+Blue) = 169+192+30=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C01E is #563FE1. Grayscale: #A7A7A7. Windows color (decimal): -5652450 or 2015401. OLE color: 2015401.

HSL color Cylindrical-coordinate representation of color #A9C01E: hue angle of 68.52º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A9C01E is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 192 30 -
CMYK 0.12 0 0.84 0.25
HSL 68.52º 0.73% 0.44% -
HSV(B) 68.52º 0.84% 0.75% -
XYZ 35.45 46.23 8.28 -
YUV 166.66 50.88 129.67 -
System Red Green Blue C M Y K H S L
Decimal 169 192 30 0.12 0 0.84 0.25 68.52 0.73 0.44
Hex A9 C0 1E C 0 54 19 45 49 2C
Octal 251 300 36 14 0 124 31 105 111 54
Binary 10101001 11000000 11110 1100 0 1010100 11001 1000101 1001001 101100

Color Harmonies of #A9C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C01E

Black with #A9C01E

Text Example


Text Example

White with #A9C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C01E; }

 p { color: rgb(169,192,30); }

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

background-color css

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

 a { background-color: rgb(169,192,30); }

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

border-color css

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

 span { border-color: rgb(169,192,30); }

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