Html Css Color HEX #AFC42C Bahia

📋 copy color: '#AFC42C'

red 175 ◦ green 196 ◦ blue 44

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

Shades of Bahia #AFC42C

Tints of Bahia #AFC42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.6%

R = 42.17%
G = 47.23%
B = 10.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#AFC42C (or 0xAFC42C) is known color: Bahia. HEX triplet: AF, C4 and 2C. RGB value is (175,196,44). Sum of RGB (Red+Green+Blue) = 175+196+44=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC42C is #503BD3. Grayscale: #ACACAC. Windows color (decimal): -5258196 or 2933935. OLE color: 2933935.

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

Color convert

RGB 175 196 44 -
CMYK 0.11 0 0.78 0.23
HSL 68.29º 0.63% 0.47% -
HSV(B) 68.29º 0.78% 0.77% -
XYZ 37.87 48.78 9.8 -
YUV 172.39 55.54 129.86 -
System Red Green Blue C M Y K H S L
Decimal 175 196 44 0.11 0 0.78 0.23 68.29 0.63 0.47
Hex AF C4 2C B 0 4E 17 44 3F 2F
Octal 257 304 54 13 0 116 27 104 77 57
Binary 10101111 11000100 101100 1011 0 1001110 10111 1000100 111111 101111

Color Harmonies of #AFC42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC42C

Black with #AFC42C

Text Example


Text Example

White with #AFC42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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