Html Css Color HEX #AFC12C Bahia

📋 copy color: '#AFC12C'

red 175 ◦ green 193 ◦ blue 44

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

Shades of Bahia #AFC12C

Tints of Bahia #AFC12C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.84%

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

R = 42.48%
G = 46.84%
B = 10.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#AFC12C (or 0xAFC12C) is known color: Bahia. HEX triplet: AF, C1 and 2C. RGB value is (175,193,44). Sum of RGB (Red+Green+Blue) = 175+193+44=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC12C is #503ED3. Grayscale: #ABABAB. Windows color (decimal): -5258964 or 2933167. OLE color: 2933167.

HSL color Cylindrical-coordinate representation of color #AFC12C: hue angle of 67.25º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFC12C is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 44 -
CMYK 0.09 0 0.77 0.24
HSL 67.25º 0.63% 0.46% -
HSV(B) 67.25º 0.77% 0.76% -
XYZ 37.2 47.44 9.58 -
YUV 170.63 56.54 131.12 -
System Red Green Blue C M Y K H S L
Decimal 175 193 44 0.09 0 0.77 0.24 67.25 0.63 0.46
Hex AF C1 2C 9 0 4D 18 43 3F 2E
Octal 257 301 54 11 0 115 30 103 77 56
Binary 10101111 11000001 101100 1001 0 1001101 11000 1000011 111111 101110

Color Harmonies of #AFC12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC12C

Black with #AFC12C

Text Example


Text Example

White with #AFC12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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