Html Css Color HEX #A7CF11 Bahia

📋 copy color: '#A7CF11'

red 167 ◦ green 207 ◦ blue 17

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

Shades of Bahia #A7CF11

Tints of Bahia #A7CF11

RGB

 RED value IS 167 (65.63% from 255) = 42.71%

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

 BLUE value IS 17 (7.03% from 255) = 4.35%

R = 42.71%
G = 52.94%
B = 4.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#A7CF11 (or 0xA7CF11) is known color: Bahia. HEX triplet: A7, CF and 11. RGB value is (167,207,17). Sum of RGB (Red+Green+Blue) = 167+207+17=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7CF11 is #5830EE. Grayscale: #AEAEAE. Windows color (decimal): -5779695 or 1167271. OLE color: 1167271.

HSL color Cylindrical-coordinate representation of color #A7CF11: hue angle of 72.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7CF11 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 207 17 -
CMYK 0.19 0 0.92 0.19
HSL 72.63º 0.85% 0.44% -
HSV(B) 72.63º 0.92% 0.81% -
XYZ 38.35 52.88 8.72 -
YUV 173.38 39.75 123.45 -
System Red Green Blue C M Y K H S L
Decimal 167 207 17 0.19 0 0.92 0.19 72.63 0.85 0.44
Hex A7 CF 11 13 0 5C 13 49 55 2C
Octal 247 317 21 23 0 134 23 111 125 54
Binary 10100111 11001111 10001 10011 0 1011100 10011 1001001 1010101 101100

Color Harmonies of #A7CF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CF11

Black with #A7CF11

Text Example


Text Example

White with #A7CF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CF11; }

 p { color: rgb(167,207,17); }

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

background-color css

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

 a { background-color: rgb(167,207,17); }

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

border-color css

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

 span { border-color: rgb(167,207,17); }

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