Html Css Color HEX #AFC41A Bahia

📋 copy color: '#AFC41A'

red 175 ◦ green 196 ◦ blue 26

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

Shades of Bahia #AFC41A

Tints of Bahia #AFC41A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.37%

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

R = 44.08%
G = 49.37%
B = 6.55%

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

#AFC41A (or 0xAFC41A) is known color: Bahia. HEX triplet: AF, C4 and 1A. RGB value is (175,196,26). Sum of RGB (Red+Green+Blue) = 175+196+26=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC41A is #503BE5. Grayscale: #ABABAB. Windows color (decimal): -5258214 or 1754287. OLE color: 1754287.

HSL color Cylindrical-coordinate representation of color #AFC41A: hue angle of 67.41º 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 #AFC41A is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 26 -
CMYK 0.11 0 0.87 0.23
HSL 67.41º 0.77% 0.44% -
HSV(B) 67.41º 0.87% 0.77% -
XYZ 37.61 48.67 8.39 -
YUV 170.34 46.54 131.32 -
System Red Green Blue C M Y K H S L
Decimal 175 196 26 0.11 0 0.87 0.23 67.41 0.77 0.44
Hex AF C4 1A B 0 57 17 43 4D 2C
Octal 257 304 32 13 0 127 27 103 115 54
Binary 10101111 11000100 11010 1011 0 1010111 10111 1000011 1001101 101100

Color Harmonies of #AFC41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC41A

Black with #AFC41A

Text Example


Text Example

White with #AFC41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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