Html Css Color HEX #AFC51A Bahia

📋 copy color: '#AFC51A'

red 175 ◦ green 197 ◦ blue 26

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

Shades of Bahia #AFC51A

Tints of Bahia #AFC51A

RGB

 RED value IS 175 (68.75% from 255) = 43.97%

 GREEN value IS 197 (77.34% from 255) = 49.5%

 BLUE value IS 26 (10.55% from 255) = 6.53%

R = 43.97%
G = 49.5%
B = 6.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#AFC51A (or 0xAFC51A) is known color: Bahia. HEX triplet: AF, C5 and 1A. RGB value is (175,197,26). Sum of RGB (Red+Green+Blue) = 175+197+26=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC51A is #503AE5. Grayscale: #ABABAB. Windows color (decimal): -5257958 or 1754543. OLE color: 1754543.

HSL color Cylindrical-coordinate representation of color #AFC51A: hue angle of 67.72º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFC51A is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 26 -
CMYK 0.11 0 0.87 0.23
HSL 67.72º 0.77% 0.44% -
HSV(B) 67.72º 0.87% 0.77% -
XYZ 37.83 49.12 8.46 -
YUV 170.93 46.21 130.9 -
System Red Green Blue C M Y K H S L
Decimal 175 197 26 0.11 0 0.87 0.23 67.72 0.77 0.44
Hex AF C5 1A B 0 57 17 44 4D 2C
Octal 257 305 32 13 0 127 27 104 115 54
Binary 10101111 11000101 11010 1011 0 1010111 10111 1000100 1001101 101100

Color Harmonies of #AFC51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC51A

Black with #AFC51A

Text Example


Text Example

White with #AFC51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC51A; }

 p { color: rgb(175,197,26); }

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

background-color css

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

 a { background-color: rgb(175,197,26); }

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

border-color css

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

 span { border-color: rgb(175,197,26); }

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