Html Css Color HEX #AFC128 Bahia

📋 copy color: '#AFC128'

red 175 ◦ green 193 ◦ blue 40

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

Shades of Bahia #AFC128

Tints of Bahia #AFC128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 42.89%
G = 47.3%
B = 9.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#AFC128 (or 0xAFC128) is known color: Bahia. HEX triplet: AF, C1 and 28. RGB value is (175,193,40). Sum of RGB (Red+Green+Blue) = 175+193+40=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC128 is #503ED7. Grayscale: #AAAAAA. Windows color (decimal): -5258968 or 2671023. OLE color: 2671023.

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

Color convert

RGB 175 193 40 -
CMYK 0.09 0 0.79 0.24
HSL 67.06º 0.66% 0.46% -
HSV(B) 67.06º 0.79% 0.76% -
XYZ 37.13 47.41 9.2 -
YUV 170.18 54.54 131.44 -
System Red Green Blue C M Y K H S L
Decimal 175 193 40 0.09 0 0.79 0.24 67.06 0.66 0.46
Hex AF C1 28 9 0 4F 18 43 42 2E
Octal 257 301 50 11 0 117 30 103 102 56
Binary 10101111 11000001 101000 1001 0 1001111 11000 1000011 1000010 101110

Color Harmonies of #AFC128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC128

Black with #AFC128

Text Example


Text Example

White with #AFC128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC128; }

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

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

background-color css

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

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

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

border-color css

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

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

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