Html Css Color HEX #AFC028 Bahia

📋 copy color: '#AFC028'

red 175 ◦ green 192 ◦ blue 40

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

Shades of Bahia #AFC028

Tints of Bahia #AFC028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.17%

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

R = 43%
G = 47.17%
B = 9.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#AFC028 (or 0xAFC028) is known color: Bahia. HEX triplet: AF, C0 and 28. RGB value is (175,192,40). Sum of RGB (Red+Green+Blue) = 175+192+40=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC028 is #503FD7. Grayscale: #AAAAAA. Windows color (decimal): -5259224 or 2670767. OLE color: 2670767.

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

Color convert

RGB 175 192 40 -
CMYK 0.09 0 0.79 0.25
HSL 66.71º 0.66% 0.45% -
HSV(B) 66.71º 0.79% 0.75% -
XYZ 36.91 46.97 9.13 -
YUV 169.59 54.87 131.86 -
System Red Green Blue C M Y K H S L
Decimal 175 192 40 0.09 0 0.79 0.25 66.71 0.66 0.45
Hex AF C0 28 9 0 4F 19 43 42 2D
Octal 257 300 50 11 0 117 31 103 102 55
Binary 10101111 11000000 101000 1001 0 1001111 11001 1000011 1000010 101101

Color Harmonies of #AFC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC028

Black with #AFC028

Text Example


Text Example

White with #AFC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC028; }

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

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

background-color css

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

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

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

border-color css

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

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

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