Html Css Color HEX #A9CF1E Bahia

📋 copy color: '#A9CF1E'

red 169 ◦ green 207 ◦ blue 30

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

Shades of Bahia #A9CF1E

Tints of Bahia #A9CF1E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.99%

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

R = 41.63%
G = 50.99%
B = 7.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#A9CF1E (or 0xA9CF1E) is known color: Bahia. HEX triplet: A9, CF and 1E. RGB value is (169,207,30). Sum of RGB (Red+Green+Blue) = 169+207+30=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CF1E is #5630E1. Grayscale: #B0B0B0. Windows color (decimal): -5648610 or 2019241. OLE color: 2019241.

HSL color Cylindrical-coordinate representation of color #A9CF1E: hue angle of 72.88º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A9CF1E is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 207 30 -
CMYK 0.18 0 0.86 0.19
HSL 72.88º 0.75% 0.46% -
HSV(B) 72.88º 0.86% 0.81% -
XYZ 38.91 53.15 9.44 -
YUV 175.46 45.91 123.39 -
System Red Green Blue C M Y K H S L
Decimal 169 207 30 0.18 0 0.86 0.19 72.88 0.75 0.46
Hex A9 CF 1E 12 0 56 13 49 4B 2E
Octal 251 317 36 22 0 126 23 111 113 56
Binary 10101001 11001111 11110 10010 0 1010110 10011 1001001 1001011 101110

Color Harmonies of #A9CF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CF1E

Black with #A9CF1E

Text Example


Text Example

White with #A9CF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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