Html Css Color HEX #AFC12A Bahia

📋 copy color: '#AFC12A'

red 175 ◦ green 193 ◦ blue 42

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

Shades of Bahia #AFC12A

Tints of Bahia #AFC12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.24%

R = 42.68%
G = 47.07%
B = 10.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#AFC12A (or 0xAFC12A) is known color: Bahia. HEX triplet: AF, C1 and 2A. RGB value is (175,193,42). Sum of RGB (Red+Green+Blue) = 175+193+42=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC12A is #503ED5. Grayscale: #AAAAAA. Windows color (decimal): -5258966 or 2802095. OLE color: 2802095.

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

Color convert

RGB 175 193 42 -
CMYK 0.09 0 0.78 0.24
HSL 67.15º 0.64% 0.46% -
HSV(B) 67.15º 0.78% 0.76% -
XYZ 37.17 47.42 9.38 -
YUV 170.4 55.54 131.28 -
System Red Green Blue C M Y K H S L
Decimal 175 193 42 0.09 0 0.78 0.24 67.15 0.64 0.46
Hex AF C1 2A 9 0 4E 18 43 40 2E
Octal 257 301 52 11 0 116 30 103 100 56
Binary 10101111 11000001 101010 1001 0 1001110 11000 1000011 1000000 101110

Color Harmonies of #AFC12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC12A

Black with #AFC12A

Text Example


Text Example

White with #AFC12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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