Html Css Color HEX #AFCE28 Bahia

📋 copy color: '#AFCE28'

red 175 ◦ green 206 ◦ blue 40

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

Shades of Bahia #AFCE28

Tints of Bahia #AFCE28

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.93%

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

R = 41.57%
G = 48.93%
B = 9.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#AFCE28 (or 0xAFCE28) is known color: Bahia. HEX triplet: AF, CE and 28. RGB value is (175,206,40). Sum of RGB (Red+Green+Blue) = 175+206+40=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE28 is #5031D7. Grayscale: #B2B2B2. Windows color (decimal): -5255640 or 2674351. OLE color: 2674351.

HSL color Cylindrical-coordinate representation of color #AFCE28: hue angle of 71.2º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFCE28 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 40 -
CMYK 0.15 0 0.81 0.19
HSL 71.2º 0.67% 0.48% -
HSV(B) 71.2º 0.81% 0.81% -
XYZ 40.13 53.41 10.2 -
YUV 177.81 50.23 126 -
System Red Green Blue C M Y K H S L
Decimal 175 206 40 0.15 0 0.81 0.19 71.2 0.67 0.48
Hex AF CE 28 F 0 51 13 47 43 30
Octal 257 316 50 17 0 121 23 107 103 60
Binary 10101111 11001110 101000 1111 0 1010001 10011 1000111 1000011 110000

Color Harmonies of #AFCE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE28

Black with #AFCE28

Text Example


Text Example

White with #AFCE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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