Html Css Color HEX #A7CA18 Bahia

📋 copy color: '#A7CA18'

red 167 ◦ green 202 ◦ blue 24

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

Shades of Bahia #A7CA18

Tints of Bahia #A7CA18

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.4%

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

R = 42.49%
G = 51.4%
B = 6.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#A7CA18 (or 0xA7CA18) is known color: Bahia. HEX triplet: A7, CA and 18. RGB value is (167,202,24). Sum of RGB (Red+Green+Blue) = 167+202+24=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7CA18 is #5835E7. Grayscale: #ABABAB. Windows color (decimal): -5780968 or 1624743. OLE color: 1624743.

HSL color Cylindrical-coordinate representation of color #A7CA18: hue angle of 71.8º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A7CA18 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 202 24 -
CMYK 0.17 0 0.88 0.21
HSL 71.8º 0.79% 0.44% -
HSV(B) 71.8º 0.88% 0.79% -
XYZ 37.22 50.52 8.65 -
YUV 171.24 44.9 124.97 -
System Red Green Blue C M Y K H S L
Decimal 167 202 24 0.17 0 0.88 0.21 71.8 0.79 0.44
Hex A7 CA 18 11 0 58 15 48 4F 2C
Octal 247 312 30 21 0 130 25 110 117 54
Binary 10100111 11001010 11000 10001 0 1011000 10101 1001000 1001111 101100

Color Harmonies of #A7CA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CA18

Black with #A7CA18

Text Example


Text Example

White with #A7CA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CA18; }

 p { color: rgb(167,202,24); }

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

background-color css

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

 a { background-color: rgb(167,202,24); }

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

border-color css

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

 span { border-color: rgb(167,202,24); }

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